diff options
Diffstat (limited to 'bin/create-checksum')
-rwxr-xr-x | bin/create-checksum | 2 |
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 | ||
29 | if [ $# -eq 1 ] && [ "x$1" = 'x-h' -o "x$1" = 'x--help' ] | 29 | if [ $# -eq 1 ] && [ "x$1" = 'x-h' -o "x$1" = 'x--help' ] |
30 | then | 30 | then |
31 | echo "Usage: $myself [branch ...]" | 31 | echo "Usage: $myself tarball ..." |
32 | exit 0 | 32 | exit 0 |
33 | fi | 33 | fi |
34 | 34 | ||