Keith Turner created ZOOKEEPER-1491:
---------------------------------------
Summary: Help for create command in zkCli is misleading
Key: ZOOKEEPER-1491
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1491
Project: ZooKeeper
Issue Type: Bug
Affects Versions: 3.3.3
Reporter: Keith Turner
When I type help the shell, I see the following for the create command.
{noformat}
create [-s] [-e] path data acl
{noformat}
However, the ACL is optional. So I think the usage message should look like
the following.
{noformat}
create [-s] [-e] path data [acl]
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira