summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/create-checksum2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/create-checksum b/bin/create-checksum
index 4052886..db68d80 100755
--- a/bin/create-checksum
+++ b/bin/create-checksum
@@ -28,7 +28,7 @@ create_checksum()
28 28
29if [ $# -eq 1 ] && [ "x$1" = 'x-h' -o "x$1" = 'x--help' ] 29if [ $# -eq 1 ] && [ "x$1" = 'x-h' -o "x$1" = 'x--help' ]
30then 30then
31 echo "Usage: $myself [branch ...]" 31 echo "Usage: $myself tarball ..."
32 exit 0 32 exit 0
33fi 33fi
34 34