fixed typo
This commit is contained in:
parent
522e2cc141
commit
35db34a404
|
@ -35,7 +35,7 @@ impl PluginCommand for ValueCount {
|
||||||
.switch("sort", "Whether or not values should be sorted", Some('s'))
|
.switch("sort", "Whether or not values should be sorted", Some('s'))
|
||||||
.switch(
|
.switch(
|
||||||
"parallel",
|
"parallel",
|
||||||
"Use mulitple threads when processing",
|
"Use multiple threads when processing",
|
||||||
Some('p'),
|
Some('p'),
|
||||||
)
|
)
|
||||||
.named(
|
.named(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user