Browse Source

fix description of command_with_arg

Jelte Jansen 14 years ago
parent
commit
a104538a13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/config/tests/testdata/spec29.spec

+ 1 - 1
src/lib/config/tests/testdata/spec29.spec

@@ -21,7 +21,7 @@
       },
       {
         "command_name": "command_with_arg",
-        "command_description": "A bad command",
+        "command_description": "A command with an (integer) argument",
         "command_args": [ {
           "item_name": "number",
           "item_type": "integer",