]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1596] Missed a CmdCtl's spec file
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 15 Feb 2012 07:43:18 +0000 (08:43 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 15 Feb 2012 07:43:18 +0000 (08:43 +0100)
src/bin/cmdctl/cmdctl.spec.pre.in

index 537b6781f1067154d18aea1d2741a2ff80d10056..d04e2e359d0211113f97cb02c4fb779bcedd795c 100644 (file)
       {
         "command_name": "shutdown",
         "command_description": "shutdown cmdctl",
-        "command_args": []
+        "command_args": [
+          {
+            "item_name": "pid",
+            "item_type": "integer",
+            "item_optional": true
+          }
+        ]
       }
     ]
   }