forked from extern/nushell
Merge pull request #705 from piotrek-szczygiel/master
Fix typo in echo usage message
This commit is contained in:
commit
3d89d2961c
@ -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 New Issue
Block a user