From 3a522946f60c2aaf0594f33e700de9e672987176 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 14 Nov 2014 06:13:00 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common.c b/src/common.c index 52506bf..5341d3c 100644 --- a/src/common.c +++ b/src/common.c @@ -480,6 +480,9 @@ int run(int argc, char* argv[], libkeccak_generalised_spec_t* restrict gspec, co ADD(NULL, "Use hexadecimal input", "-x", "--hex", "--hex-input"); ADD(NULL, "Check checksums", "-c", "--check"); ADD(NULL, "Be verbose", "-v", "--verbose"); + /* --check has been added because the sha1sum, sha256sum &c have it, + * but I ignore the other crap, mostly because not all implemention + * have them and binary vs text mode is stupid. */ args_parse(argc, argv); -- cgit v1.2.3-70-g09d2