mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Make flags show up with their proper names, eg SizeSuffix rather than int
This commit is contained in:
@@ -89,5 +89,5 @@ func (f *DumpFlags) Set(s string) error {
|
||||
|
||||
// Type of the value
|
||||
func (f *DumpFlags) Type() string {
|
||||
return "string"
|
||||
return "DumpFlags"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user