From 74b0e4e5413fdb75b037630f52277540fcfa8270 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 15 Oct 2019 23:20:06 +0200 Subject: [PATCH] Adds more info to the usage string. --- src/commands/from_ssv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/from_ssv.rs b/src/commands/from_ssv.rs index 001ea8d0c..7aca35096 100644 --- a/src/commands/from_ssv.rs +++ b/src/commands/from_ssv.rs @@ -26,7 +26,7 @@ impl WholeStreamCommand for FromSSV { } 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(