From 084956ba79ce2d510949ae38248beb0d34af31e8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 9 Feb 2014 23:37:05 +0100 Subject: -h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- python2/sha3sum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python2') 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 -- cgit v1.2.3-70-g09d2