summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-11-28 22:37:18 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-11-28 22:37:18 (GMT)
commitb7b640d273c0ebc1876778bc50d6f912c380e79a (patch)
treed59446357b89625aff0bad63937a93aa1ac6a567
parentebcb78623067931cfedfd1e604b8c1e12a9b8c25 (diff)
downloadsite-b7b640d273c0ebc1876778bc50d6f912c380e79a.tar.gz
bin/create-checksum: Fix --help output
-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