summaryrefslogtreecommitdiffstats
path: root/src/clap.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-08-31 12:12:28 +0200
committerCanop <cano.petrole@gmail.com>2020-08-31 18:52:28 +0200
commitbbf0d9a40fb49585aa0a64d7050a9a85aca91deb (patch)
tree2e072319a76c65dfe61dd750adbc7c3cee99d0c6 /src/clap.rs
parentc3f4dd5362bd10b4e0aae26c66e77716f9bd773e (diff)
Version 1.0.0v1.0.0
Diffstat (limited to 'src/clap.rs')
-rw-r--r--src/clap.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clap.rs b/src/clap.rs
index 8f4b1d8..b2cebf9 100644
--- a/src/clap.rs
+++ b/src/clap.rs
@@ -6,7 +6,10 @@ pub fn clap_app() -> clap::App<'static, 'static> {
let app = clap::App::new("broot")
.version(env!("CARGO_PKG_VERSION"))
.author("dystroy <denys.seguret@gmail.com>")
- .about("A tree explorer and a customizable launcher")
+ .about(
+ "A tree explorer and a customizable launcher\n\
+ Complete documentation lives at https://dystroy.org/broot"
+ )
.arg(clap::Arg::with_name("ROOT").help("sets the root directory"))
// tree flags
.arg(