mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
refer to correct action in AutoCorrectCommand's option usage
This commit is contained in:
@@ -68,8 +68,8 @@ struct AutoCorrectOptions: OptionsProtocol {
|
||||
defaultValue: false,
|
||||
usage: "should reformat the Swift files")
|
||||
<*> mode <| Option(key: "cache-path", defaultValue: "",
|
||||
usage: "the directory of the cache used when linting")
|
||||
usage: "the directory of the cache used when correcting")
|
||||
<*> mode <| Option(key: "no-cache", defaultValue: false,
|
||||
usage: "ignore cache when linting")
|
||||
usage: "ignore cache when correcting")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user