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:20:22 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 2fbbcac58 -> 8648fd5e8


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


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

Branch: refs/heads/master
Commit: 8648fd5e83ce6aa6978e6841a89778bf72d02e26
Parents: 2fbbcac
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:20:05 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8648fd5e/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 ""