diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-28 23:37:18 +0100 | 
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-28 23:37:18 +0100 | 
| commit | b7b640d273c0ebc1876778bc50d6f912c380e79a (patch) | |
| tree | d59446357b89625aff0bad63937a93aa1ac6a567 /bin/create-checksum | |
| parent | ebcb78623067931cfedfd1e604b8c1e12a9b8c25 (diff) | |
| download | site-b7b640d273c0ebc1876778bc50d6f912c380e79a.tar.gz | |
bin/create-checksum: Fix --help output
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 | ||
