Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTrenkamp authored and remkop committed Mar 24, 2023
1 parent 70bd90b commit 5b036f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/picocli/ModelTransformerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public CommandLine.Model.CommandSpec transform(CommandLine.Model.CommandSpec com
public void testUsage() {
StringWriter sw = new StringWriter();
// Explicitly disable Ansi to make sure that the cached isJansiConsoleInstalled
// value doesn't inadvertently cause the usage help to be enabled.
// value doesn't inadvertently cause the usage help to enable ansi.
new CommandLine(new MyCommand()).usage(new PrintWriter(sw), Ansi.OFF);
String expected = String.format("" +
"Usage: mycmd [-hV] [COMMAND]%n" +
Expand Down

0 comments on commit 5b036f0

Please sign in to comment.