1
0
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:
Nick Craig-Wood
2019-02-07 11:57:26 +00:00
parent 578d00666c
commit fc1bf5f931
6 changed files with 7 additions and 7 deletions

View File

@@ -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