soumitra-st commented on code in PR #2071:
URL: https://github.com/apache/zookeeper/pull/2071#discussion_r1349609808
##########
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:
data and -f both options together are not valid, added check and test to
cover that.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]