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 { fn usage(&self) -> &str {
"Parse text as .ssv and create a table." "Parse text as whitespace-separated values and create a table."
} }
fn run( fn run(