FIX #72: Errant right parentheses in krill_admin cas help text.

This commit is contained in:
Ximon Eighteen
2019-09-09 08:27:12 +02:00
parent 2d70997ee3
commit c192efa8ea
+2 -2
View File
@@ -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")