summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 2e2ff3a..c13e93f 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -675,14 +675,14 @@ pub fn cli<'a>() -> App<'a> {
.multiple(false)
.index(1)
.value_name("PKG")
- .about("Verify the sources of this package (optional, if left out, all packages are checked)")
+ .about("Download the sources of this package (optional, if left out, all packages are downloaded)")
)
.arg(Arg::new("package_version")
.required(false)
.multiple(false)
.index(2)
.value_name("VERSION_CONSTRAINT")
- .about("Verify the sources of this package version (optional, if left out, all packages are checked)")
+ .about("Download the sources of this package version (optional, if left out, all packages are downloaded)")
)
.arg(Arg::new("force")
.required(false)