Skip to content

Commit b93eb06

Browse files
Update Tests/ArgumentParserExampleTests/RepeatExampleTests.swift
Co-authored-by: Nate Cook <[email protected]>
1 parent 1813147 commit b93eb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ArgumentParserExampleTests/RepeatExampleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ final class RepeatExampleTests: XCTestCase {
7373
command: "repeat hello --count ZZZ",
7474
expected: """
7575
Error: The value 'ZZZ' is invalid for '--count <count>'
76-
Help: --count <count> The number of times to repeat 'phrase'.
76+
Help: --count <count> The number of times to repeat 'phrase'.
7777
Usage: repeat [--count <count>] [--include-counter] <phrase>
7878
See 'repeat --help' for more information.
7979
""",

0 commit comments

Comments
 (0)