mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-20 16:37:43 +02:00
FIX #72: Errant right parentheses in krill_admin cas help text.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user