mirror of
https://github.com/znc/znc.git
synced 2026-05-03 12:02:30 +02:00
lastseen & certauth & route_replies: add missing descriptions
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
"[pubkey]", "If pubkey is not provided will use the current key");
|
||||
AddCommand("Del", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleDelCommand),
|
||||
"id");
|
||||
AddCommand("List", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleListCommand));
|
||||
AddCommand("List", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleListCommand),"", "List your public keys");
|
||||
AddCommand("Show", static_cast<CModCommand::ModCmdFunc>(&CSSLClientCertMod::HandleShowCommand),
|
||||
"", "Print your current key");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user