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 --- c/sha3sum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/sha3sum.c') diff --git a/c/sha3sum.c b/c/sha3sum.c index 6d46b81..7a1d814 100644 --- a/c/sha3sum.c +++ b/c/sha3sum.c @@ -243,7 +243,7 @@ int main(int argc, char** argv) char* arg = a == an ? null : *(args + a); if (*linger) { - if (eq(*linger, "-h") || eq(*linger, "--help")) + if (eq(*linger, "-H") || eq(*linger, "--help")) { printf("\n"); printf("SHA-3/Keccak checksum calculator\n"); -- cgit v1.2.3-70-g09d2