summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-08-31 19:43:37 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2019-08-31 20:56:53 +0200
commit26f9125ebb32005a87652da97f39aa7acd09551b (patch)
tree56bc69943675cf8f2913d59a93dedf3bf22148d8
parent9814eab13f8c5269e0ea6a689a0d8bda1c1c5db5 (diff)
Re-formulate help text
-rw-r--r--src/clap_app.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clap_app.rs b/src/clap_app.rs
index f71bd2fa..5281ad09 100644
--- a/src/clap_app.rs
+++ b/src/clap_app.rs
@@ -172,8 +172,8 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
.help("Show non-printable characters (space, tab, newline, ..).")
.long_help(
"Show non-printable characters like space, tab or newline. \
- Use '--tabs' to control the width of the tab-placeholders. \
- This option can also be used to print binary files.",
+ This option can also be used to print binary files. \
+ Use '--tabs' to control the width of the tab-placeholders."
),
)
.arg(