mirror of
https://github.com/nushell/nushell.git
synced 2025-01-27 00:28:41 +01:00
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