Darran Lofthouse created WFLY-2432:
--------------------------------------
Summary: Bad --help output for enable and disable from add-user utility.
Key: WFLY-2432
URL:
https://issues.jboss.org/browse/WFLY-2432
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Scripts
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 8.0.0.CR1
The following is the output from add-user.sh --help
{code}
[darranl@localhost bin]$ ./add-user.sh --help
Usage: ./add-user.sh [args...]
where args include:
-a If set add an application user instead
of a management user
-dc <value> Define the location of the domain
config directory.
-sc <value> Define the location the server config
directory.
-up, --user-properties <value> The file name of the user properties
file which can be an absolute path.
-g, --group <value> Comma-separated list of groups for the
user.
-gp, --group-properties <value> The file name of the group properties
file which can be an absolute path. (If
group properties is specified then user
properties MUST also be specified).
-p, --password <value> Password of the user. Should not be
same as the username
-u, --user <value> Name of the user
-r, --realm <value> Name of the realm used to secure the
management interfaces (default is
"ManagementRealm")
-s, --silent Activate the silent mode (no output to
the console)
-e, --enable Activate the silent mode (no output to
the console)
-d, --disable Activate the silent mode (no output to
the console)
-cw, --confirm-warning Automatically confirm warning in
interactive mode
-h, --help Display this message and exit
{code}
Enable and Disable need their descriptions updating as they are copied from a previous
description.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira