]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3978] commands-list -> list-commands
authorFrancis Dupont <fdupont@isc.org>
Fri, 16 Oct 2015 20:31:51 +0000 (22:31 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 16 Oct 2015 20:31:51 +0000 (22:31 +0200)
src/lib/config/command_mgr.h

index ba4f276176f12ce5d8dc9a0cb0286d4016a6bcd6..546afdc0a02ecf84272c29e87f10e06edd3184fa 100644 (file)
@@ -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