You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2013/06/15 14:45:20 UTC

[jira] [Created] (CASSANDRA-5643) error in help text of cassandra-cli (--tspw option shows SSL: full path to truststore)

Harry Metske created CASSANDRA-5643:
---------------------------------------

             Summary: error in help text of cassandra-cli (--tspw option shows SSL: full path to truststore)
                 Key: CASSANDRA-5643
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5643
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0
         Environment: N/A
(Ubuntu Linux, OpenJDK 7)
            Reporter: Harry Metske
            Priority: Trivial


When you issue the cmdline "cassandra-cli -?" you get the following:

{noformat}
cssndra@ubuntu2:/opt/cassandra/conf$ cassandra-cli -?
usage: cassandra-cli
 -?,--help                                           usage help
 -alg,--ssl-alg <ALGORITHM>                          SSL: algorithm
                                                     (default: SunX509)
 -B,--batch                                          enabled batch mode
                                                     (suppress output; errors are fatal)
 -ciphers,--ssl-ciphers <CIPHER-SUITES>              SSL: comma-separated
                                                     list of encryption suites to use
    --debug                                          display stack-traces
                                                     (NOTE: We print strack-traces in the places where it makes sense even
                                                     without --debug)
 -f,--file <FILENAME>                                load statements from
                                                     the specific file
 -h,--host <HOSTNAME>                                cassandra server's
                                                     host name
    --jmxpassword <JMX-PASSWORD>                     JMX service password
    --jmxport <JMX-PORT>                             JMX service port
    --jmxusername <JMX-USERNAME>                     JMX service username
 -k,--keyspace <KEYSPACE>                            cassandra keyspace
                                                     user is authenticated against
 -p,--port <PORT>                                    cassandra server's
                                                     thrift port
 -prtcl,--ssl-protocol <PROTOCOL>                    SSL: connections
                                                     protocol to use (default: TLS)
 -pw,--password <PASSWORD>                           password for
                                                     cassandra authentication
    --schema-mwt <TIME>                              Schema migration wait
                                                     time (secs.), default is 10 secs
 -st,--store-type <STORE-TYPE>                       SSL: type of store
 -tf,--transport-factory <TRANSPORT-FACTORY>         Fully-qualified
                                                     TTransportFactory class name for creating a connection to cassandra
 -ts,--truststore <TRUSTSTORE>                       SSL: full path to
                                                     truststore
 -tspw,--truststore-password <TRUSTSTORE-PASSWORD>   SSL: full path to
                                                     truststore
 -u,--username <USERNAME>                            user name for
                                                     cassandra authentication
 -v,--verbose                                        verbose output when
                                                     using batch mode
{noformat}

As you see, the help text for the --tspw switch has the same as the --ts switch.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira