mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
hashsum: changed output format when listing algorithms
This commit is contained in:
parent
26db80c270
commit
f858166c9d
@ -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 New Issue
Block a user