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:
Jan Høydahl 2016-10-11 11:20:05 +02:00
parent ccc10fd593
commit f3cbc1a7ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 ""