mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 16:41:34 +02:00
Make flags show up with their proper names, eg SizeSuffix rather than int
This commit is contained in:
@ -120,7 +120,7 @@ func (x *SizeSuffix) Set(s string) error {
|
||||
|
||||
// Type of the value
|
||||
func (x *SizeSuffix) Type() string {
|
||||
return "int64"
|
||||
return "SizeSuffix"
|
||||
}
|
||||
|
||||
// Scan implements the fmt.Scanner interface
|
||||
|
Reference in New Issue
Block a user