diff options
Diffstat (limited to '')
-rwxr-xr-x | python2/sha3sum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/sha3sum.py b/python2/sha3sum.py index 9bb04ed..d02b601 100755 --- a/python2/sha3sum.py +++ b/python2/sha3sum.py @@ -72,7 +72,7 @@ if __name__ == '__main__': for arg in args + [None]: if linger is not None: - if linger[0] in ('-h', '--help'): + if linger[0] in ('-H', '--help'): sys.stderr.buffer.write((''' SHA-3/Keccak checksum calculator |