MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetDescription

Method GetDescription

lib/cli/pkisavecertcommand.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14REGISTER_CLICOMMAND("pki/save-cert", PKISaveCertCommand);
15
16String PKISaveCertCommand::GetDescription() const
17{
18 return "Saves another Icinga 2 instance's certificate.";
19}
20
21String PKISaveCertCommand::GetShortDescription() const
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected