lastseen & certauth & route_replies: add missing descriptions

This commit is contained in:
Mikaela Suomalainen
2015-09-20 16:28:50 +03:00
parent 6aed12f17d
commit f1cc0e4492
3 changed files with 3 additions and 3 deletions

View File

@@ -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");
}