diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 3 |
1 files changed, 3 insertions, 0 deletions
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); |