]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2254] suggested doc extension
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 27 Sep 2012 23:06:58 +0000 (16:06 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 27 Sep 2012 23:06:58 +0000 (16:06 -0700)
src/bin/bindctl/bindcmd.py

index e798a41c12b024a692a88479e74c974edca2aa1b..5ba8a51873aaca52f09ff23308a96ec86e5d4a1c 100644 (file)
@@ -474,6 +474,10 @@ class BindCmdInterpreter(Cmd):
         """
         Returns True if the given (parsed) command is known and has a
         parameter which points to a config data identifier
+
+        Parameters:
+        cmd (cmdparse.BindCmdParse): command context, including given params
+
         """
         if cmd.module not in self.modules:
             return False