This commit is contained in:
Pedro F. Albanese
2022-06-04 14:24:17 -03:00
committed by GitHub
parent 28423d88a7
commit 9ab337082c

View File

@@ -25,7 +25,7 @@ func main() {
flag.Parse()
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("SHA3 Hashsum Tool - ALBANESE Lab (c) 2020-2022\n")
fmt.Println("Usage of", os.Args[0]+":")
fmt.Printf("%s [-c <hash.ext>] [-b N] [-r] <file.ext>\n", os.Args[0])
flag.PrintDefaults()