diff --git a/modules/cert.cpp b/modules/cert.cpp index c3e98c00..e1c2a2bc 100644 --- a/modules/cert.cpp +++ b/modules/cert.cpp @@ -46,7 +46,7 @@ public: AddHelpCommand(); AddCommand("delete", static_cast(&CCertMod::Delete), "", "Delete the current certificate"); - AddCommand("info", static_cast(&CCertMod::Info)); + AddCommand("info", static_cast(&CCertMod::Info), "", "Show the current certificate"); } virtual ~CCertMod() {}