]
Peter Skopek reassigned ELY-1033:
---------------------------------
Assignee: Peter Skopek (was: Darran Lofthouse)
CS tool, Usage of --help option with other options must display help
rather than error message..
------------------------------------------------------------------------------------------------
Key: ELY-1033
URL:
https://issues.jboss.org/browse/ELY-1033
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Peter Skopek
Help option have to have priority over other options.
When I use --help option with other options I want to see help rather than error
message..
{code}
[hsvabek@dhcp-10-40-5-145 bin]$ java -jar wildfly-elytron-tool.jar mask --help -i 230 -s
12345678 -x secret_password
The option 'x' was specified but an option from this group has already been
selected: 'h'
{code}
Same for *credential-store* command.