From c192efa8ea037bb7b2065ff03f3eb7fe071f9b91 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Mon, 9 Sep 2019 08:27:12 +0200 Subject: [PATCH] FIX #72: Errant right parentheses in krill_admin cas help text. --- client/src/options.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/options.rs b/client/src/options.rs index a846254c..11498b87 100644 --- a/client/src/options.rs +++ b/client/src/options.rs @@ -195,7 +195,7 @@ impl Options { .about("Show current CAs") ) .subcommand(SubCommand::with_name("show") - .about("Show CA details)") + .about("Show CA details") .arg(Arg::with_name("handle") .short("h") .long("handle") @@ -233,7 +233,7 @@ impl Options { ) .subcommand(SubCommand::with_name("add") - .about("Add a new CA)") + .about("Add a new CA") .arg(Arg::with_name("handle") .short("h") .long("handle")