Remove wrong message from build command help

Closes #10664
This commit is contained in:
Dominik Guhr 2022-03-10 07:46:37 +01:00 committed by Pedro Igor
parent 5c6b123aff
commit 5233f2a729
2 changed files with 2 additions and 6 deletions

View file

@ -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 <OPTIONS>%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";

View file

@ -104,7 +104,4 @@ running this command every time you change a configuration:
$ kc.sh start --auto-build <OPTIONS>
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.
By doing that you have an additional overhead when the server is starting.