[
https://issues.apache.org/jira/browse/JAMES-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthieu Baechler resolved JAMES-1610.
--------------------------------------
Resolution: Fixed
merged by benoit
> CLI usage doesn't output command names
> --------------------------------------
>
> Key: JAMES-1610
> URL: https://issues.apache.org/jira/browse/JAMES-1610
> Project: James Server
> Issue Type: Bug
> Components: CLI
> Reporter: Matthieu Baechler
>
> Current output :
> {code}
> usage: java org.apache.james.cli.ServerCmd --host <arg> <command>
>
> -h,--host <arg> node hostname or ip address
> -p,--port <arg> remote jmx agent port number
> <username> <password>
> <username>
> <domainname>
> <domainname>
> <domainname>
> <user> <domain>
> <user> <domain> <fromaddress>
> <user> <domain> <fromaddress>
> <user> <domain> <regex>
> <user> <domain> <regex>
> <username> <password>
> <srcbean> <dstbean>
> <user>
> <namespace> <user> <name>
> <user>
> <namespace> <user> <name>
> {code}
> Should be :
> {code}
> usage: java org.apache.james.cli.ServerCmd --host <arg> <command>
>
> -h,--host <arg> node hostname or ip address
> -p,--port <arg> remote jmx agent port number
> adduser <username> <password>
> removeuser <username>
> listusers
> adddomain <domainname>
> removedomain <domainname>
> containsdomain <domainname>
> listdomains
> listmappings
> listuserdomainmappings <user> <domain>
> addaddressmapping <user> <domain> <fromaddress>
> removeaddressmapping <user> <domain> <fromaddress>
> addregexmapping <user> <domain> <regex>
> removeregexmapping <user> <domain> <regex>
> setpassword <username> <password>
> copymailbox <srcbean> <dstbean>
> deleteusermailboxes <user>
> createmailbox <namespace> <user> <name>
> listusermailboxes <user>
> deletemailbox <namespace> <user> <name>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]