[jboss-jira] [JBoss JIRA] (ELY-1035) CS tool, Error msg with mutually exclusive parameters must contain "really" used option names.
Hynek Švábek (JIRA)
issues at jboss.org
Tue Mar 28 03:05:00 EDT 2017
Hynek Švábek created ELY-1035:
---------------------------------
Summary: CS tool, Error msg with mutually exclusive parameters must contain "really" used option names.
Key: ELY-1035
URL: https://issues.jboss.org/browse/ELY-1035
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
When we use more mutually exclusive parameters (add, remove) then we get error message. But this message contains only short version of option names.
"r" instead of "remove"
"a" instead of "add"
{code}
[hsvabek at localhost bin]$ java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --location="test.store" --uri "cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --summary --salt 12345678 --iteration 230 --remove
The option 'r' was specified but an option from this group has already been selected: 'a'
{code}
*Same for "credential-store" command.*
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list