Skip to content

Commit 03655c8

Browse files
committed
Update argument help string
1 parent d2396e2 commit 03655c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/SwiftTestCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ struct TestCommandOptions: ParsableArguments {
218218

219219
/// Launch tests under LLDB debugger.
220220
@Flag(name: .customLong("debugger"),
221-
help: "Launch tests under LLDB debugger.")
221+
help: "Launch the tests in a debugger session.")
222222
var shouldLaunchInLLDB: Bool = false
223223

224224
/// Configure test output.

0 commit comments

Comments
 (0)