cmd/hash.go | 15 ++++++++++++--- internal/common.go | 2 +- diff --git a/cmd/hash.go b/cmd/hash.go index 8783ba83962e12a34587b095fe0a94ea02a1fb8684f5ba1927b8de37b816e567..a1f9ab2426edcebe0249579164666f42f05d4e99cc7f03689cb82781a8461e00 100644 --- a/cmd/hash.go +++ b/cmd/hash.go @@ -30,6 +30,7 @@ func runHash() { hashes := flag.String("hashes", meta4ra.HashesDefault, "hash-name:commandline[,...]") + all := flag.Bool("all", false, "Print all hashes, not the first one") flag.Usage = func() { fmt.Fprintf(flag.CommandLine.Output(), "Usage: %s [-hashes ...]