Remove system property from help message (#9694)

Closes #9687
This commit is contained in:
Pedro Igor 2022-01-21 09:22:21 -03:00 committed by GitHub
parent f2430c0994
commit 1b1e220236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 11 deletions

View file

@ -76,11 +76,6 @@ public final class Main {
@CommandLine.Spec
CommandLine.Model.CommandSpec spec;
@Option(names = "-D<key>=<value>",
description = "Set a Java system property",
order = 0)
Boolean sysProps;
@Option(names = { "-h", "--help" },
description = "This help message.",
usageHelp = true)

View file

@ -15,8 +15,6 @@ Options:
-cf, --config-file <file>
Set the path to a configuration file. By default, configuration properties are
read from the "keycloak.conf" file in the "conf" directory.
-D<key>=<value> <sysProps>
Set a Java system property
-h, --help This help message.
-pf, --profile <profile>
Set the profile. Use 'dev' profile to enable development mode.

View file

@ -15,8 +15,6 @@ Options:
-cf, --config-file <file>
Set the path to a configuration file. By default, configuration properties are
read from the "keycloak.conf" file in the "conf" directory.
-D<key>=<value> <sysProps>
Set a Java system property
-h, --help This help message.
-pf, --profile <profile>
Set the profile. Use 'dev' profile to enable development mode.

View file

@ -15,8 +15,6 @@ Options:
-cf, --config-file <file>
Set the path to a configuration file. By default, configuration properties are
read from the "keycloak.conf" file in the "conf" directory.
-D<key>=<value> <sysProps>
Set a Java system property
-h, --help This help message.
-pf, --profile <profile>
Set the profile. Use 'dev' profile to enable development mode.