hashsum: changed output format when listing algorithms
This commit is contained in:
parent
26db80c270
commit
f858166c9d
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ func HelpString(indent int) string {
|
|||
help.WriteString(padding)
|
||||
help.WriteString("Supported hashes are:\n")
|
||||
for _, h := range supported {
|
||||
fmt.Fprintf(&help, "%s * %v\n", padding, h.String())
|
||||
fmt.Fprintf(&help, "%s- %v\n", padding, h.String())
|
||||
}
|
||||
return help.String()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue