cert: add description for the "info" command

This commit is contained in:
Mikaela Suomalainen
2015-09-19 09:59:40 +03:00
committed by J-P Nurmi
parent 3c2ec45d4c
commit c8ab811a29
+1 -1
View File
@@ -46,7 +46,7 @@ public:
AddHelpCommand();
AddCommand("delete", static_cast<CModCommand::ModCmdFunc>(&CCertMod::Delete),
"", "Delete the current certificate");
AddCommand("info", static_cast<CModCommand::ModCmdFunc>(&CCertMod::Info));
AddCommand("info", static_cast<CModCommand::ModCmdFunc>(&CCertMod::Info), "", "Show the current certificate");
}
virtual ~CCertMod() {}