mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:37:42 +02:00
Fix typos (#2842)
This commit is contained in:
@ -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,
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user