diff options
Diffstat (limited to 'applets/install.sh')
-rwxr-xr-x | applets/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/install.sh b/applets/install.sh index cc6c1fa..0bffc73 100755 --- a/applets/install.sh +++ b/applets/install.sh @@ -5,7 +5,7 @@ export LC_CTYPE=POSIX prefix=${1} if [ -z "$prefix" ]; then - echo "No installation directory, aborting." + echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks]" exit 1; fi h=`sort busybox.links | uniq` |