From 7ab2dcbcbe0655779241286e04764cca200a3559 Mon Sep 17 00:00:00 2001 From: "Pedro F. Albanese" <68971450+pedroalbanese@users.noreply.github.com> Date: Wed, 8 Dec 2021 18:23:41 -0300 Subject: [PATCH] Simplify --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f205709..36dc38e 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,14 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/sha3sum)](https://github.com/pedroalbanese/sha3sum/releases) ### sha3sum Parallel Implementation written in Go -
-SHA3 Hashsum Tool - ALBANESE Lab (c) 2020-2021
-
-Usage of sha3sum:
-sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>
-
+
Usage of sha3sum:
+sha3sum [-v] [-b N] [-c <hash.ext>] [-r] <file.ext>
   -b int
         Bits: 224, 256, 384 and 512. (default 256)
   -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)
-  
+ -v Verbose mode. (The exit code is always 0 in this mode)
### Examples: