Slightly modified help text

This commit is contained in:
sharkdp 2019-05-10 11:04:46 -05:00
parent fde00eec98
commit 1ce0bc8e0d
1 changed files with 3 additions and 2 deletions

View File

@ -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(