mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 23:05:47 +02:00
Update the usage string to match the readme.
This commit is contained in:
@ -25,7 +25,7 @@ impl WholeStreamCommand for FromSSV {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
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(
|
fn run(
|
||||||
|
Reference in New Issue
Block a user