mirror of
https://github.com/nushell/nushell.git
synced 2025-05-18 08:50:47 +02: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 {
|
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