mirror of https://github.com/apache/lucene.git
SOLR-9534: Fix typo in help, said "-V or -version", but should be "-V or -verbose"
(cherry picked from commit 8648fd5
)
This commit is contained in:
parent
ccc10fd593
commit
f3cbc1a7ab
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue