summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cli.rs b/src/cli.rs
index e1e47503..817ab056 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -838,9 +838,9 @@ pub struct Opt {
#[arg(long = "pager", value_name = "CMD")]
/// Which pager to use.
///
- /// The default pager is `less`. You can also change pager by setting the environment variables
- /// DELTA_PAGER, BAT_PAGER, or PAGER (and that is their order of priority). This option
- /// overrides all environment variables above.
+ /// The default pager is `less`. You can also change pager by setting the
+ /// environment variable DELTA_PAGER, or PAGER. This option overrides these
+ /// environment variables.
pub pager: Option<String>,
#[arg(