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 --- java-c-jni/sha3sum.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java-c-jni/sha3sum.java') diff --git a/java-c-jni/sha3sum.java b/java-c-jni/sha3sum.java index 078dd61..2e42c26 100644 --- a/java-c-jni/sha3sum.java +++ b/java-c-jni/sha3sum.java @@ -84,7 +84,7 @@ public class sha3sum if (linger != null) { linger[0] = linger[0].intern(); - if ((linger[0] == "-h") || (linger[0] == "--help")) + if ((linger[0] == "-H") || (linger[0] == "--help")) { System.out.println(""); System.out.println("SHA-3/Keccak checksum calculator"); -- cgit v1.2.3-70-g09d2