From f082208431f379cfac9d78ed5d4e38a22789294e Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 16 Oct 2015 22:31:51 +0200 Subject: [PATCH] [3978] commands-list -> list-commands --- src/lib/config/command_mgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2