From 26f9125ebb32005a87652da97f39aa7acd09551b Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 31 Aug 2019 19:43:37 +0200 Subject: Re-formulate help text --- src/clap_app.rs | 4 ++-- 1 file 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( -- cgit v1.2.3