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

Method GetDescription

lib/cli/casigncommand.cpp:19–22  ·  view source on GitHub ↗

* Provide a long CLI description sentence. * * @return text */

Source from the content-addressed store, hash-verified

17 * @return text
18 */
19String CASignCommand::GetDescription() const
20{
21 return "Signs an outstanding certificate request.";
22}
23
24/**
25 * Provide a short CLI description.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected