From 1abf688bb1dec746906226aa4542f1b7a43adf86 Mon Sep 17 00:00:00 2001 From: "Pedro F. Albanese" <68971450+pedroalbanese@users.noreply.github.com> Date: Sat, 4 Jun 2022 13:56:49 -0300 Subject: [PATCH] v1.1.1 --- cmd/sha3sum/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sha3sum/main.go b/cmd/sha3sum/main.go index 124f7b7..dcaf630 100644 --- a/cmd/sha3sum/main.go +++ b/cmd/sha3sum/main.go @@ -27,7 +27,7 @@ func main() { if (len(os.Args) < 2) || (*bits != 224 && *bits != 256 && *bits != 384 && *bits != 512) { fmt.Println("SHA3 Hashsum Tool - ALBANESE Lab (c) 2020-2021\n") fmt.Println("Usage of", os.Args[0]+":") - fmt.Printf("%s [-v] [-b N] [-c ] [-r] \n", os.Args[0]) + fmt.Printf("%s [-c ] [-b N] [-r] \n", os.Args[0]) flag.PrintDefaults() os.Exit(1) }