Browse Source

[3978] commands-list -> list-commands

Francis Dupont 9 years ago
parent
commit
f082208431
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/config/command_mgr.h

+ 1 - 1
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