walterddr commented on code in PR #2071:
URL: https://github.com/apache/zookeeper/pull/2071#discussion_r1344342452


##########
zookeeper-docs/src/main/resources/markdown/zookeeperCLI.md:
##########
@@ -57,7 +57,7 @@ ZooKeeper -server host:port cmd args
        reconfig [-s] [-v version] [[-file path] | [-members 
serverID=host:port1:port2;port3[,...]*]] | [-add 
serverId=host:port1:port2;port3[,...]]* [-remove serverId[,...]*]
        redo cmdno
        removewatches path [-c|-d|-a] [-l]
-       set [-s] [-v version] path data
+       set [-s] [-v version] path data [-f input_file_name]

Review Comment:
   shouldn't it be 
   ```suggestion
        set [-s] [-v version] path [-d data] [-f input_file_name]
   ```
   ? what does it mean when both data and input file are provided?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to