mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #5359 from mcktr/fix/cli-newcert-missing-closing-bracket
Fixed missing closing bracket in CLI command pki new-cert.
This commit is contained in:
commit
563688c834
@ -41,7 +41,7 @@ void PKINewCertCommand::InitParameters(boost::program_options::options_descripti
|
||||
{
|
||||
visibleDesc.add_options()
|
||||
("cn", po::value<std::string>(), "Common Name")
|
||||
("key", po::value<std::string>(), "Key file path (output")
|
||||
("key", po::value<std::string>(), "Key file path (output)")
|
||||
("csr", po::value<std::string>(), "CSR file path (optional, output)")
|
||||
("cert", po::value<std::string>(), "Certificate file path (optional, output)");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user