Merge f858166c9d9789a560c0ce2a2f81a1284bc6f63a into 4d38424e6cbb32d07c74d3b4d760af7afb35742d

This commit is contained in:
albertony 2025-03-20 15:20:27 +05:30 committed by GitHub
commit 410a41c973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
}