mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
hashsum: changed output format when listing algorithms
This commit is contained in:
@@ -410,7 +410,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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user