mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-03 11:52:26 +01:00
Fix documentation typo: --pager=never → --paging=never
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Martin Nordholts
parent
c8b11873b1
commit
4583826a5b
@@ -77,7 +77,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
||||
.long_help(
|
||||
"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').",
|
||||
automatic paging (alias for '--style=plain --paging=never').",
|
||||
),
|
||||
)
|
||||
.arg(
|
||||
|
Reference in New Issue
Block a user