Github user anmolnar commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/613#discussion_r216257398
--- Diff: zookeeper-docs/src/documentation/content/xdocs/zookeeperAdmin.xml
---
@@ -2273,7 +2273,7 @@ server.3=zoo3:2888:3888</programlisting>
$ bin/zkTxnLogToolkit.sh
usage: TxnLogToolkit [-dhrv] txn_log_file_name
- -d,--dump Dump mode. Dump all entries of the log file.
(this is the default)
+ -d,--dump Dump mode. Dump all entries of the log file with
printing the content of a nodepath (default)
--- End diff --
This change is documentation only. Please update the help message as well.
---