Details
-
Bug
-
Status: Patch Available
-
Low
-
Resolution: Unresolved
-
None
-
Low
Description
Nodetool help should show ssl flag as an option.
Output from "nodetool help" before:
usage: nodetool [(-pw <password> | --password <password>)]
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
[(-p <port> | --port <port>)] [(-h <host> | --host <host>)]
[(-u <username> | --username <username>)] <command> [<args>]
After:
usage: nodetool [(-pw <password> | --password <password>)] [--ssl]
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
[(-p <port> | --port <port>)] [(-h <host> | --host <host>)]
[(-u <username> | --username <username>)] <command> [<args>]