Merge branch 'master' into doc-fix

This commit is contained in:
Nick Cameron 2021-01-25 09:22:05 +13:00 committed by GitHub
commit ea97995272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ pub fn parse_args(app_name: &str) -> CommandArgs {
.takes_value(true)
.multiple(true)
.value_delimiter(",")
.required(true),
.required(false)
.default_value("localhost:2379"),
)
// A cyclic dependency between CA, cert and key is made
// to ensure that no security options are missing.