Skip to content

Commit

Permalink
Fix failing man page help test (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvesse committed Apr 29, 2019
1 parent dd3cb34 commit 8e77fa5
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,18 @@ public void testManArgsOnly_02() throws IOException {
"This option can be used to separate command\\-line options from the list of arguments (useful when arguments might be mistaken for command\\-line options)",
".RE",
".TP",
"\\fIFile\\fR",
".RS",
".IP \"\" 4",
"File to operate on",
".RE",
".TP",
"\\fIMode\\fR",
".RS",
".IP \"\" 4",
"File mode to set",
".RE",
".TP",
"\\fIExtraArg\\fR",
".RS",
".IP \"\" 4",
Expand Down

0 comments on commit 8e77fa5

Please sign in to comment.