aboutsummaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/sha3sum.c2
1 files changed, 1 insertions, 1 deletions
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");