summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-05-12 12:57:40 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-05-12 12:57:40 +0200
commit94b02c773abc4b0b624a29c6db73ad86625aec2b (patch)
tree4f3aee40b377f0110a5584552e2db8232724e053 /src/cli.rs
parent99ea5b924a0a449b604a9a9da0381f71b3b1e727 (diff)
Remove the pager env variables from CLI helptext
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 931a532..1ad6a67 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -31,8 +31,6 @@ pub fn cli<'a>() -> App<'a> {
The folowing environment variables can be passed to butido:
RUST_LOG - to enable logging, for exact usage see the rust cookbook
- PAGER - to change the pager
- NOPAGER - to disable automatic use of the PAGER
"#)
.arg(Arg::new("hide_bars")