Revision 57d0151e scripts/gnt-debug

b/scripts/gnt-debug
148 148
                         action="append",
149 149
                         help="Select nodes to sleep on"),
150 150
             ],
151
            "[opts...] <duration>", "Executes a TestDelay OpCode"),
151
            "Executes a TestDelay OpCode"),
152 152
  'submit-job': (GenericOpCodes, ARGS_ONE,
153 153
                 [DEBUG_OPT,
154 154
                  ],
155
                 "<op_list_file>", "Submits a job built from a json-file"
155
                 "Submits a job built from a json-file"
156 156
                 " with a list of serialized opcodes"),
157 157
  'allocator': (TestAllocator, ARGS_ONE,
158 158
                [DEBUG_OPT,
......
184 184
                 make_option("--tags", default=None,
185 185
                             help="Comma separated list of tags"),
186 186
                 ],
187
                "{opts...} <instance>", "Executes a TestAllocator OpCode"),
187
                "Executes a TestAllocator OpCode"),
188 188
  }
189 189

  
190 190

  

Also available in: Unified diff