mirror of
https://github.com/nushell/nushell.git
synced 2025-04-25 05:38:20 +02:00
Fix typo in echo usage message
This commit is contained in:
parent
fec83e5164
commit
85cd03f899
@ -16,7 +16,7 @@ impl PerItemCommand for Echo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn usage(&self) -> &str {
|
||||||
"Echo the argments back to the user."
|
"Echo the arguments back to the user."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run(
|
fn run(
|
||||||
|
Loading…
Reference in New Issue
Block a user