1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-24 05:08:29 +02:00

Make usage string clearer.

This commit is contained in:
Thomas Hartmann 2019-10-13 23:09:24 +02:00
parent 8422d40e2c
commit 38b5979881

View File

@ -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(