mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
Fix format error
This commit is contained in:
committed by
David Peter
parent
154186a58d
commit
9c782fb692
+1
-1
@@ -220,7 +220,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
||||
.help("Set pager")
|
||||
.long_help(
|
||||
"Set which pager is used. This option will overwrite \
|
||||
PAGER or BAT_PAGER environment variables.",
|
||||
PAGER or BAT_PAGER environment variables.",
|
||||
),
|
||||
)
|
||||
.arg(
|
||||
|
||||
Reference in New Issue
Block a user