mirror of https://github.com/apache/lucene.git
SOLR-9610: Fix typo in usage for assertTool timeout option. use --timeout instead of --ms
This commit is contained in:
parent
af60048097
commit
fa4e599d1d
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue