mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
Make flags show up with their proper names, eg SizeSuffix rather than int
This commit is contained in:
@@ -90,7 +90,7 @@ func (d *Duration) Set(s string) error {
|
||||
|
||||
// Type of the value
|
||||
func (d Duration) Type() string {
|
||||
return "duration"
|
||||
return "Duration"
|
||||
}
|
||||
|
||||
// Scan implements the fmt.Scanner interface
|
||||
|
||||
Reference in New Issue
Block a user