Skip to content

Commit

Permalink
Merge pull request #197 from kkolman/fix_test_windows
Browse files Browse the repository at this point in the history
fix failing test on windows
  • Loading branch information
jessevdk committed Nov 4, 2016
2 parents 0648c82 + 8437353 commit 644fb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func TestHelp(t *testing.T) {
expected = `Usage:
TestHelp [OPTIONS] [filename] [num] [hidden-in-help] <command>
Application Options:
/v, /verbose Show verbose debug information
/c: Call phone number
Expand Down Expand Up @@ -123,7 +122,8 @@ Help Options:
/h, /help Show this help message
Arguments:
filename: A filename
filename: A filename with a long description
to trigger line wrapping
num: A number
Available commands:
Expand Down

0 comments on commit 644fb71

Please sign in to comment.