From b25d01823a51bf94ca86263400c3e7164fcdf0ae Mon Sep 17 00:00:00 2001 From: Magic Len Date: Mon, 27 Jul 2020 07:36:47 +0800 Subject: [PATCH] Fix the conflicts_with setting of the `acme-ext-file` option --- tacd/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tacd/src/main.rs b/tacd/src/main.rs index cc772aa..dbc7bc1 100644 --- a/tacd/src/main.rs +++ b/tacd/src/main.rs @@ -98,7 +98,7 @@ fn main() { .help("File from which is read the acmeIdentifier extension to set in the self-signed certificate") .takes_value(true) .value_name("FILE") - .conflicts_with("acme-ext-file") + .conflicts_with("acme-ext") ) .arg( Arg::with_name("log-level")