mirror of
https://github.com/rclone/rclone.git
synced 2026-01-01 16:13:35 +00:00
Remove backend dependency from fs/hash
This commit is contained in:
@@ -41,7 +41,7 @@ Then
|
||||
cmd.CheckArgs(0, 2, command, args)
|
||||
if len(args) == 0 {
|
||||
fmt.Printf("Supported hashes are:\n")
|
||||
for _, ht := range hash.Supported.Array() {
|
||||
for _, ht := range hash.Supported().Array() {
|
||||
fmt.Printf(" * %v\n", ht)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user