summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Prokop <christoph.prokop@atos.net>2021-04-12 20:46:04 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-13 11:53:36 +0200
commit9c9263bff2fc5bab292126d7e83a6b06e5180ef9 (patch)
tree521e2a3b274506bc13d05c78c7eee4735df55009
parent10b3629732eaccf0b044037714f0ffa452faaf4a (diff)
Fix: Value name
Signed-off-by: Christoph Prokop <christoph.prokop@atos.net> Signed-off-by: Matthias Beyer <matthias.beyer@atos.net> (cherry picked from commit b1d9a89c93eb500bfd14f236830b8bdc73f2ee74)
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 1473164..2e2ff3a 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -681,7 +681,7 @@ pub fn cli<'a>() -> App<'a> {
.required(false)
.multiple(false)
.index(2)
- .value_name("VERSION")
+ .value_name("VERSION_CONSTRAINT")
.about("Verify the sources of this package version (optional, if left out, all packages are checked)")
)
.arg(Arg::new("force")