mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 13:28:51 +00:00
Update the usage string to match the readme.
This commit is contained in:
parent
b4c639a5d9
commit
294c2c600d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ impl WholeStreamCommand for FromSSV {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Parse text as whitespace-separated values and create a table."
|
||||
"Parse text as space-separated values and create a table."
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
|
|
|||
Loading…
Reference in a new issue