v1.1.1
This commit is contained in:
committed by
GitHub
parent
28423d88a7
commit
9ab337082c
@@ -25,7 +25,7 @@ func main() {
|
|||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
if (len(os.Args) < 2) || (*bits != 224 && *bits != 256 && *bits != 384 && *bits != 512) {
|
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.Println("Usage of", os.Args[0]+":")
|
||||||
fmt.Printf("%s [-c <hash.ext>] [-b N] [-r] <file.ext>\n", os.Args[0])
|
fmt.Printf("%s [-c <hash.ext>] [-b N] [-r] <file.ext>\n", os.Args[0])
|
||||||
flag.PrintDefaults()
|
flag.PrintDefaults()
|
||||||
|
|||||||
Reference in New Issue
Block a user