1 parent eb1c285 commit 2d906a6Copy full SHA for 2d906a6
1 file changed
picocli-codegen-tests-java9plus/src/test/java/picocli/Issue1380Test.java
@@ -60,7 +60,7 @@ public void testingWithExclusiveTrue() {
60
61
String returnedText = tempOut.toString();
62
String expectedText = String.format(
63
- "Usage: <main class> [-s | -v | -j]%n"+
+ "Usage: <main class> [-j | -s | -v]%n"+
64
" -j, --json JSON printing%n"+
65
" -s, --silent Silent mode%n"+
66
" -v, --verbose Verbose mode%n");
@@ -79,7 +79,7 @@ public void testingWithExclusiveFalse() {
79
80
81
82
- "Usage: <main class> [[-s] [-v] [-j]]%n" +
+ "Usage: <main class> [[-j] [-s] [-v]]%n" +
83
" -j, --json JSON printing%n" +
84
" -s, --silent Silent mode%n" +
85
0 commit comments