This commit is contained in:
Joseph T. Lyons
2021-01-01 23:24:32 -05:00
committed by GitHub
parent 7eb8634ad7
commit a5f7600f6f
24 changed files with 37 additions and 37 deletions

View File

@ -130,7 +130,7 @@ impl Plugin for SubCommand {
fn config(&mut self) -> Result<Signature, ShellError> {
Ok(Signature::build("chart bar")
.desc("Bar charts")
.switch("acc", "accumuate values", Some('a'))
.switch("acc", "accumulate values", Some('a'))
.optional(
"columns",
SyntaxShape::Any,

View File

@ -128,7 +128,7 @@ impl Plugin for SubCommand {
fn config(&mut self) -> Result<Signature, ShellError> {
Ok(Signature::build("chart line")
.desc("Line charts")
.switch("acc", "accumuate values", Some('a'))
.switch("acc", "accumulate values", Some('a'))
.optional(
"columns",
SyntaxShape::Any,