Revision 9cdb9578 scripts/gnt-debug

b/scripts/gnt-debug
165 165
             ],
166 166
            "[opts...] <duration>", "Executes a TestDelay OpCode"),
167 167
  'submit-job': (GenericOpCodes, [ArgFile(min=1)],
168
                 [DEBUG_OPT,
168
                 [DEBUG_OPT, VERBOSE_OPT,
169 169
                  cli_option("--op-repeat", type="int", default="1",
170 170
                             dest="rep_op",
171 171
                             help="Repeat the opcode sequence this number"
......
174 174
                             dest="rep_job",
175 175
                             help="Repeat the job this number"
176 176
                             " of times"),
177
                  cli_option("-v", "--verbose", default=False,
178
                             action="store_true",
179
                             help="Make the operation more verbose"),
180 177
                  cli_option("--timing-stats", default=False,
181 178
                             action="store_true",
182 179
                             help="Show timing stats"),

Also available in: Unified diff