You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Simon Fontana Oscarsson (JIRA)" <ji...@apache.org> on 2016/11/17 13:52:58 UTC

[jira] [Commented] (CASSANDRA-12742) Nodetool --ssl flag is not listed in 'nodetool help'

    [ https://issues.apache.org/jira/browse/CASSANDRA-12742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15673788#comment-15673788 ] 

Simon Fontana Oscarsson commented on CASSANDRA-12742:
-----------------------------------------------------

[~jasobrown] I noticed you reviewed CASSANDRA-9090, Allow JMX over SSL directly from nodetool. Do you have time to look at this or do you know someone who does?

> 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
>
>         Attachments: CASSANDRA-12742
>
>
> 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)