parent
f2430c0994
commit
1b1e220236
4 changed files with 0 additions and 11 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue