You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2013/06/15 17:27:26 UTC

git commit: fix help text for --tspw option of cassandra-cli patch by hmetske reviewed by dbrosius for CASSANDRA-5643

Updated Branches:
  refs/heads/cassandra-1.2 473713f46 -> d87ed95c0


fix help text for --tspw option of cassandra-cli
patch by hmetske reviewed by dbrosius for CASSANDRA-5643


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d87ed95c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d87ed95c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d87ed95c

Branch: refs/heads/cassandra-1.2
Commit: d87ed95c0fbffc978cbcaec5d02cb65fdd4b0ea4
Parents: 473713f
Author: Dave Brosius <db...@apache.org>
Authored: Sat Jun 15 11:25:58 2013 -0400
Committer: Dave Brosius <db...@apache.org>
Committed: Sat Jun 15 11:25:58 2013 -0400

----------------------------------------------------------------------
 src/java/org/apache/cassandra/cli/CliOptions.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d87ed95c/src/java/org/apache/cassandra/cli/CliOptions.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/cli/CliOptions.java b/src/java/org/apache/cassandra/cli/CliOptions.java
index cb58ddc..f64cceb 100644
--- a/src/java/org/apache/cassandra/cli/CliOptions.java
+++ b/src/java/org/apache/cassandra/cli/CliOptions.java
@@ -80,7 +80,7 @@ public class CliOptions
 
         // ssl connection-related options
         options.addOption("ts", SSL_TRUSTSTORE, "TRUSTSTORE", "SSL: full path to truststore");
-        options.addOption("tspw", SSL_TRUSTSTORE_PW, "TRUSTSTORE-PASSWORD", "SSL: full path to truststore");
+        options.addOption("tspw", SSL_TRUSTSTORE_PW, "TRUSTSTORE-PASSWORD", "SSL: password of the truststore");
         options.addOption("prtcl", SSL_PROTOCOL, "PROTOCOL", "SSL: connections protocol to use (default: TLS)");
         options.addOption("alg", SSL_ALGORITHM, "ALGORITHM", "SSL: algorithm (default: SunX509)");
         options.addOption("st", SSL_STORE_TYPE, "STORE-TYPE", "SSL: type of store");