Skip to content

Commit 70b8a98

Browse files
keithmattt
andauthored
Update Sources/swift-format/Subcommands/LintFormatOptions.swift
Co-authored-by: Mattt <[email protected]>
1 parent c880d3b commit 70b8a98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/swift-format/Subcommands/LintFormatOptions.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ struct LintFormatOptions: ParsableArguments {
4949
""")
5050
var ignoreUnparsableFiles: Bool = false
5151

52-
@Flag(help: "Whether or not to run formatting or linting in parallel consuming all possible resources")
52+
/// Whether or not to run the formatter/linter in parallel.
53+
@Flag(help: "Process files in parallel, simultaneously across multiple cores.")
5354
var parallel: Bool = false
5455

5556
/// The list of paths to Swift source files that should be formatted or linted.

0 commit comments

Comments
 (0)