mirror of
https://github.com/rclone/rclone.git
synced 2025-04-19 18:31:10 +08:00
Merge f858166c9d9789a560c0ce2a2f81a1284bc6f63a into 4d38424e6cbb32d07c74d3b4d760af7afb35742d
This commit is contained in:
commit
410a41c973
@ -381,7 +381,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…
x
Reference in New Issue
Block a user