1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-09 02:48:17 +02:00

Fix typo in echo usage message

This commit is contained in:
Piotr Szczygieł
2019-09-25 00:15:53 +02:00
parent fec83e5164
commit 85cd03f899

@ -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(