diff --git a/quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/command/Build.java b/quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/command/Build.java index 5467fc1772..ee3227d28d 100644 --- a/quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/command/Build.java +++ b/quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/command/Build.java @@ -59,8 +59,7 @@ import picocli.CommandLine.Command; + " $ ${PARENT-COMMAND-FULL-NAME:-$PARENTCOMMAND} ${COMMAND-NAME} --http-relative-path=/auth%n%n" + "You can also use the \"--auto-build\" option when starting the server to avoid running this command every time you change a configuration:%n%n" + " $ ${PARENT-COMMAND-FULL-NAME:-$PARENTCOMMAND} start --auto-build %n%n" - + "By doing that you have an additional overhead when the server is starting.%n%n" - + "Use '${PARENT-COMMAND-FULL-NAME:-$PARENTCOMMAND} ${COMMAND-NAME} --help-all' to list all available options, including the start options.") + + "By doing that you have an additional overhead when the server is starting.") public final class Build extends AbstractCommand implements Runnable { public static final String NAME = "build"; diff --git a/quarkus/tests/integration/src/test/resources/org/keycloak/it/cli/approvals/cli/help/HelpCommandTest.testBuildHelp.approved.txt b/quarkus/tests/integration/src/test/resources/org/keycloak/it/cli/approvals/cli/help/HelpCommandTest.testBuildHelp.approved.txt index c6b8902686..6c252ca2d5 100644 --- a/quarkus/tests/integration/src/test/resources/org/keycloak/it/cli/approvals/cli/help/HelpCommandTest.testBuildHelp.approved.txt +++ b/quarkus/tests/integration/src/test/resources/org/keycloak/it/cli/approvals/cli/help/HelpCommandTest.testBuildHelp.approved.txt @@ -104,7 +104,4 @@ running this command every time you change a configuration: $ kc.sh start --auto-build -By doing that you have an additional overhead when the server is starting. - -Use 'kc.sh build --help-all' to list all available options, including the start -options. \ No newline at end of file +By doing that you have an additional overhead when the server is starting. \ No newline at end of file