Skip to content

Commit

Permalink
[#357] Synopsis format changes; fix groovy test.
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Apr 21, 2018
1 parent dbc8a31 commit 2387ed8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ import picocli.CommandLine.Parameters
assert string == String.format("" +
"args: [--xyz]%n" +
"Unmatched argument [--xyz]%n" +
"Usage: test-command [-cp=<codepath>]... [<parameters>]...%n" +
"Usage: test-command [-cp=<codepath>]... [<parameters>...]%n" +
"tests help from a command script%n" +
" [<parameters>]... some parameters%n" +
" [<parameters>...] some parameters%n" +
" -cp, --codepath=<codepath>%n" +
" the codepath%n")
}
Expand Down

0 comments on commit 2387ed8

Please sign in to comment.