Cleanup CLI types (#8888)

This commit is contained in:
Greg Fitzgerald
2020-03-16 12:27:09 -06:00
committed by GitHub
parent dc347dd3d7
commit 563da2bb18
3 changed files with 6 additions and 6 deletions

View File

@ -2402,7 +2402,7 @@ pub fn app<'ab, 'v>(name: &str, about: &'ab str, version: &'v str) -> App<'ab, '
.arg(
Arg::with_name("signer")
.index(1)
.value_name("URL")
.value_name("KEYPAIR")
.takes_value(true)
.required(true)
.validator(is_valid_signer)