From 4f6691c365f9967e1326ac6f2279a5e8152148d7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 9 Feb 2014 23:42:44 +0100 Subject: use -h for --help and -x for --hex (issue #12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- vala/sha3sum.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vala') diff --git a/vala/sha3sum.vala b/vala/sha3sum.vala index 6e0fc9a..61a1717 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"); -- cgit v1.2.3-70-g09d2