From c8e41157a2b6486397ded716846c6cd8c8edac8e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 19 Jan 2006 21:22:37 +0000 Subject: Update readme and install.sh usage message. --- applets/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') 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` -- cgit v1.1