mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
Error strings should not be capitalized
Reported by staticcheck 2022.1.2 (v0.3.2) See: staticcheck.io
This commit is contained in:
@ -78,7 +78,7 @@ func (f *DumpFlags) Set(s string) error {
|
||||
}
|
||||
}
|
||||
if !found {
|
||||
return fmt.Errorf("Unknown dump flag %q", part)
|
||||
return fmt.Errorf("unknown dump flag %q", part)
|
||||
}
|
||||
}
|
||||
*f = flags
|
||||
|
Reference in New Issue
Block a user