fixed typo

This commit is contained in:
Jack Wright 2024-06-27 15:51:22 -07:00
parent 522e2cc141
commit 35db34a404

View File

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