[ https://issues.apache.org/jira/browse/CASSANDRA-12742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542178#comment-15542178 ]
Simon Fontana Oscarsson commented on CASSANDRA-12742: ----------------------------------------------------- I have fixed this issue. Find the patch attached. > Nodetool --ssl flag is not listed in 'nodetool help' > ---------------------------------------------------- > > Key: CASSANDRA-12742 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12742 > Project: Cassandra > Issue Type: Bug > Components: Tools > Reporter: Simon Fontana Oscarsson > Priority: Trivial > Fix For: 2.2.x > > > 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>] -- This message was sent by Atlassian JIRA (v6.3.4#6332)