Revision d6cd74dd lib/client/gnt_debug.py

b/lib/client/gnt_debug.py
631 631
                action="append", help="Select nodes to sleep on"),
632 632
     cli_option("-r", "--repeat", type="int", default="0", dest="repeat",
633 633
                help="Number of times to repeat the sleep"),
634
     DRY_RUN_OPT, PRIORITY_OPT, SUBMIT_OPT,
635
     ],
634
     DRY_RUN_OPT, PRIORITY_OPT] + SUBMIT_OPTS,
636 635
    "[opts...] <duration>", "Executes a TestDelay OpCode"),
637 636
  "submit-job": (
638 637
    GenericOpCodes, [ArgFile(min=1)],

Also available in: Unified diff