You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2016/10/11 09:26:01 UTC

lucene-solr:branch_6x: SOLR-9534: Fix typo in help, said "-V or -version", but should be "-V or -verbose"

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x ccc10fd59 -> f3cbc1a7a


SOLR-9534: Fix typo in help, said "-V or -version", but should be "-V or -verbose"

(cherry picked from commit 8648fd5)


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

Branch: refs/heads/branch_6x
Commit: f3cbc1a7ab61de2655f01bcc61dfc17e6959cf0f
Parents: ccc10fd
Author: Jan H�ydahl <ja...@apache.org>
Authored: Tue Oct 11 11:20:05 2016 +0200
Committer: Jan H�ydahl <ja...@apache.org>
Committed: Tue Oct 11 11:25:45 2016 +0200

----------------------------------------------------------------------
 solr/bin/solr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f3cbc1a7/solr/bin/solr
----------------------------------------------------------------------
diff --git a/solr/bin/solr b/solr/bin/solr
index 71e8f65..ac33cc0 100755
--- a/solr/bin/solr
+++ b/solr/bin/solr
@@ -260,7 +260,7 @@ function print_usage() {
     echo ""
     echo "  -v and -q     Verbose (-v) or quiet (-q) logging. Sets default log level to DEBUG or WARN instead of INFO"
     echo ""
-    echo "  -V or -version Verbose messages from this script"
+    echo "  -V or -verbose Verbose messages from this script"
     echo ""
   elif [ "$CMD" == "stop" ]; then
     echo ""