From c8ab811a29198c085228ea7047e23833bdddc4a7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 19 Sep 2015 09:59:40 +0300 Subject: [PATCH] cert: add description for the "info" command --- modules/cert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {}