Revision f0b1bafe lib/client/gnt_debug.py

b/lib/client/gnt_debug.py
503 503
  while True:
504 504
    ret = GenericList(constants.QR_LOCK, selected_fields, None, None,
505 505
                      opts.separator, not opts.no_headers,
506
                      format_override=fmtoverride)
506
                      format_override=fmtoverride, verbose=opts.verbose)
507 507

  
508 508
    if ret != constants.EXIT_SUCCESS:
509 509
      return ret
......
575 575
    TestJobqueue, ARGS_NONE, [PRIORITY_OPT],
576 576
    "", "Test a few aspects of the job queue"),
577 577
  "locks": (
578
    ListLocks, ARGS_NONE, [NOHDR_OPT, SEP_OPT, FIELDS_OPT, INTERVAL_OPT],
578
    ListLocks, ARGS_NONE,
579
    [NOHDR_OPT, SEP_OPT, FIELDS_OPT, INTERVAL_OPT, VERBOSE_OPT],
579 580
    "[--interval N]", "Show a list of locks in the master daemon"),
580 581
  }
581 582

  

Also available in: Unified diff