We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63206b commit a3c9340Copy full SHA for a3c9340
src/test/java/picocli/HelpTest.java
@@ -4530,7 +4530,7 @@ public void testParameterListHeading_NonEmpty() {
4530
class A { }
4531
4532
String actual = new Help(new A()).parameterListHeading();
4533
- String expected = String.format(" [@<filename>...] One or more argument files containing options.%n");
+ String expected = String.format("Parameters:%n");
4534
assertEquals(expected, actual);
4535
}
4536
0 commit comments