Browse Source

[1596] Missed a CmdCtl's spec file

Michal 'vorner' Vaner 13 years ago
parent
commit
d7aff6bf2f
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/bin/cmdctl/cmdctl.spec.pre.in

+ 7 - 1
src/bin/cmdctl/cmdctl.spec.pre.in

@@ -31,7 +31,13 @@
       {
         "command_name": "shutdown",
         "command_description": "shutdown cmdctl",
-        "command_args": []
+        "command_args": [
+          {
+            "item_name": "pid",
+            "item_type": "integer",
+            "item_optional": true
+          }
+        ]
       }
     ]
   }