summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-09-30 13:17:11 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-09-30 13:17:11 +0200
commit764d693d542bf2dd2c1ae9667c2e2fedfdc13e46 (patch)
tree012e1ffe6ec419495615a893ac61a0e9c8487cb6
parenta7d5de071e0d7bc0adc8303caf592c344cb6939a (diff)
Fix CLI about text for "source download" subcommand
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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)