mirror of
https://github.com/nushell/nushell.git
synced 2025-02-17 02:50:56 +01:00
Adds more info to the usage string.
This commit is contained in:
parent
587bb13be5
commit
74b0e4e541
@ -26,7 +26,7 @@ impl WholeStreamCommand for FromSSV {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn usage(&self) -> &str {
|
||||||
"Parse text as space-separated values and create a table."
|
"Parse text as space-separated values and create a table. The default minimum number of spaces counted as a separator is 2."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run(
|
fn run(
|
||||||
|
Loading…
Reference in New Issue
Block a user