summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Prokop <christoph.prokop@atos.net>2021-04-12 20:46:04 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-04-13 08:55:01 +0200
commitb1d9a89c93eb500bfd14f236830b8bdc73f2ee74 (patch)
tree26b5f1779a4c1d5d74ea26371934111cc3b86004
parentcc56b73b84b2c60c1b96c2adccfbbe2415a8ff19 (diff)
Fix: Value name
Signed-off-by: Christoph Prokop <christoph.prokop@atos.net> 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 e797079..0c0e78d 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -691,7 +691,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")