summaryrefslogtreecommitdiffstats
path: root/src/clap.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-06-09 14:01:29 +0200
committerCanop <cano.petrole@gmail.com>2020-06-09 14:01:29 +0200
commit26ac38a077770ee5530102fe0f7a11b630f17849 (patch)
treee7c976f7e035e1293353490ef5e274113c0fc450 /src/clap.rs
parentc04dcabf6cd4a49c3190fad523b22a33187ce47c (diff)
precise the scope of `--no-style` in `broot --help`
i.e. it's for tree exported with :print_tree Fix #241
Diffstat (limited to 'src/clap.rs')
-rw-r--r--src/clap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clap.rs b/src/clap.rs
index b8f07a1..7d184d6 100644
--- a/src/clap.rs
+++ b/src/clap.rs
@@ -146,7 +146,7 @@ pub fn clap_app() -> clap::App<'static, 'static> {
.arg(
clap::Arg::with_name("no-style")
.long("no-style")
- .help("Whether to remove all style and colors"),
+ .help("Whether to remove all style and colors from exported tree"),
)
.arg(
clap::Arg::with_name("set-install-state")