You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2016/10/31 14:06:06 UTC

[13/37] lucene-solr:jira/solr-8542-v2: SOLR-9610: Fix typo in usage for assertTool timeout option. use --timeout instead of --ms

SOLR-9610: Fix typo in usage for assertTool timeout option. use --timeout instead of --ms


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

Branch: refs/heads/jira/solr-8542-v2
Commit: fa4e599d1dbedf8093eaddc4091ac0a7b9970928
Parents: af60048
Author: Jan H�ydahl <ja...@apache.org>
Authored: Thu Oct 27 23:41:43 2016 +0200
Committer: Jan H�ydahl <ja...@apache.org>
Committed: Thu Oct 27 23:41:43 2016 +0200

----------------------------------------------------------------------
 solr/core/src/java/org/apache/solr/util/SolrCLI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fa4e599d/solr/core/src/java/org/apache/solr/util/SolrCLI.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/util/SolrCLI.java b/solr/core/src/java/org/apache/solr/util/SolrCLI.java
index 3750190..1975d8e 100644
--- a/solr/core/src/java/org/apache/solr/util/SolrCLI.java
+++ b/solr/core/src/java/org/apache/solr/util/SolrCLI.java
@@ -3262,7 +3262,7 @@ public class SolrCLI {
               .create("m"),
           OptionBuilder
               .withDescription("Timeout in ms for commands supporting a timeout")
-              .withLongOpt("ms")
+              .withLongOpt("timeout")
               .hasArg(true)
               .withType(Long.class)
               .withArgName("ms")