From b9030dfe7ff7b93d8c115865a1f089f9e061511e Mon Sep 17 00:00:00 2001 From: Pedro Albanese <68971450+pedroalbanese@users.noreply.github.com> Date: Tue, 6 Apr 2021 01:42:17 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14098f8..aaacc8a 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ SHA3 Keccak Hashsum Tool - ALBANESE Lab (c) 2020-2021 Usage of sha3sum: -sha3sum [-v] [-b N] [-c <hash.ext>] -t <file.ext> +sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext> -b int Bits: 224, 256, 384 and 512. (default 224) -c string Check hashsum file. + -r Process directories recursively. -t string Target file/wildcard to generate hashsum list. -v Verbose mode. (The exit code is always 0 in this mode)