From 1ce0bc8e0d6364b3dbac07158ad6343f3d5769a3 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 10 May 2019 11:04:46 -0500 Subject: [PATCH] Slightly modified help text --- src/clap_app.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/clap_app.rs b/src/clap_app.rs index 16b671ad..a3db2a13 100644 --- a/src/clap_app.rs +++ b/src/clap_app.rs @@ -146,8 +146,9 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> { .multiple(true) .help("Show plain style (alias for '--style=plain').") .long_help( - "Only show plain style, no decorations. When '-p' is used, this is an alias for \ - '--style=plain'. When '-pp' is used, this is an alias for '--style=plain --pager=never'.", + "Only show plain style, no decorations. This is an alias for \ + '--style=plain'. When '-p' is used twice ('-pp'), it also disables \ + automatic paging (alias for '--style=plain --pager=never').", ), ) .arg(