From 764d693d542bf2dd2c1ae9667c2e2fedfdc13e46 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 30 Sep 2021 13:17:11 +0200 Subject: Fix CLI about text for "source download" subcommand Signed-off-by: Matthias Beyer --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index bc14341..4821886 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -865,7 +865,7 @@ pub fn cli<'a>() -> App<'a> { .multiple(false) .index(1) .value_name("PKG") - .about("Download the sources of this package (optional, if left out, all packages are downloaded)") + .about("Download the sources of this package") ) .arg(Arg::new("package_version") .required(false) -- cgit v1.2.3