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")