From: Francis Dupont Date: Fri, 16 Oct 2015 20:31:51 +0000 (+0200) Subject: [3978] commands-list -> list-commands X-Git-Tag: fdfb_base~5^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f082208431f379cfac9d78ed5d4e38a22789294e;p=thirdparty%2Fkea.git [3978] commands-list -> list-commands --- diff --git a/src/lib/config/command_mgr.h b/src/lib/config/command_mgr.h index ba4f276176..546afdc0a0 100644 --- a/src/lib/config/command_mgr.h +++ b/src/lib/config/command_mgr.h @@ -65,7 +65,7 @@ public: /// } /// } /// -/// CommandsMgr does not implement the commands (except one, "commands-list") +/// CommandsMgr does not implement the commands (except one, "list-commands") /// itself, but rather provides an interface (see @ref registerCommand, /// @ref deregisterCommand, @ref processCommand) for other components to use /// it. The @ref CommandHandler type is specified in a way to easily use