mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
Make usage string clearer.
This commit is contained in:
parent
8422d40e2c
commit
38b5979881
@ -21,7 +21,7 @@ impl WholeStreamCommand for FromSSV {
|
||||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Parse text as .ssv and create a table."
|
||||
"Parse text as whitespace-separated values and create a table."
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Loading…
Reference in New Issue
Block a user