Revision f0b1bafe lib/client/gnt_node.py

b/lib/client/gnt_node.py
223 223

  
224 224
  return GenericList(constants.QR_NODE, selected_fields, args, opts.units,
225 225
                     opts.separator, not opts.no_headers,
226
                     format_override=fmtoverride)
226
                     format_override=fmtoverride, verbose=opts.verbose)
227 227

  
228 228

  
229 229
def ListNodeFields(opts, args):
......
747 747
    "[<node_name>...]", "Show information about the node(s)"),
748 748
  'list': (
749 749
    ListNodes, ARGS_MANY_NODES,
750
    [NOHDR_OPT, SEP_OPT, USEUNITS_OPT, FIELDS_OPT],
750
    [NOHDR_OPT, SEP_OPT, USEUNITS_OPT, FIELDS_OPT, VERBOSE_OPT],
751 751
    "[nodes...]",
752 752
    "Lists the nodes in the cluster. The available fields can be shown using"
753 753
    " the \"list-fields\" command (see the man page for details)."

Also available in: Unified diff