Skip to content

Commit

Permalink
Merge pull request #906 from aciidb0mb3r/parallel-help-text
Browse files Browse the repository at this point in the history
[SwiftTestTool] Add help text for --parallel
  • Loading branch information
aciidgh committed Jan 18, 2017
2 parents 19e71d0 + 818d0d9 commit 3d7ada2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Commands/SwiftTestTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ public class SwiftTestTool: SwiftTool<TestToolOptions> {
to: { $0.listTests = $1 })

binder.bind(
option: parser.add(option: "--parallel", kind: Bool.self),
option: parser.add(option: "--parallel", kind: Bool.self,
usage: "Run the tests in parallel."),
to: { $0.parallel = $1 })

binder.bind(
Expand Down

0 comments on commit 3d7ada2

Please sign in to comment.