mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
Fix typo in echo usage message
This commit is contained in:
parent
fec83e5164
commit
85cd03f899
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ impl PerItemCommand for Echo {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Echo the argments back to the user."
|
||||
"Echo the arguments back to the user."
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
|
Loading…
Reference in a new issue