mirror of https://github.com/apache/lucene.git
SOLR-9610: Fix typo in usage for assertTool timeout option. use --timeout instead of --ms
(cherry picked from commit fa4e599
)
This commit is contained in:
parent
ed102d634a
commit
2ad6de184c
|
@ -3263,7 +3263,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