Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-01-20 00:22:37 +0300
committerRob Landley <rob@landley.net>2006-01-20 00:22:37 +0300
commitc8e41157a2b6486397ded716846c6cd8c8edac8e (patch)
treec9ad557debeb994094593e43cdcfce1cb203b996 /applets
parent5a620ea22003cba12dc58bc1f30c11cfe9965825 (diff)
Update readme and install.sh usage message.
Diffstat (limited to 'applets')
-rwxr-xr-xapplets/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/install.sh b/applets/install.sh
index cc6c1fa49..0bffc7300 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`