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

This commit is contained in:
Jan Høydahl 2016-10-27 23:41:43 +02:00
parent af60048097
commit fa4e599d1d
1 changed files with 1 additions and 1 deletions

View File

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