aboutsummaryrefslogtreecommitdiffstats
path: root/vala
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-09 23:38:04 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-09 23:38:09 +0100
commitae7abd864140ba9ac605e1c3c16d9b2ebc9e2989 (patch)
tree7cddf962a1b71c4aea35f28dc899d280fd194740 /vala
parent-h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12) (diff)
downloadsha3sum-ae7abd864140ba9ac605e1c3c16d9b2ebc9e2989.tar.gz
sha3sum-ae7abd864140ba9ac605e1c3c16d9b2ebc9e2989.tar.bz2
sha3sum-ae7abd864140ba9ac605e1c3c16d9b2ebc9e2989.tar.xz
...
Diffstat (limited to 'vala')
-rw-r--r--vala/sha3sum.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/sha3sum.vala b/vala/sha3sum.vala
index 61a1717..6e0fc9a 100644
--- a/vala/sha3sum.vala
+++ b/vala/sha3sum.vala
@@ -654,7 +654,7 @@ static int main(string[] cmdargs)
{ string arg = args[a];
if (linger != null)
{
- if ((linger[0] == "-h") || (linger[0] == "--help"))
+ if ((linger[0] == "-H") || (linger[0] == "--help"))
{
stdout.printf("\n");
stdout.printf("SHA-3/Keccak checksum calculator\n");