Revision 1b1a08e8 lib/client/gnt_group.py

b/lib/client/gnt_group.py
101 101

  
102 102
  return GenericList(constants.QR_GROUP, desired_fields, args, None,
103 103
                     opts.separator, not opts.no_headers,
104
                     format_override=fmtoverride, verbose=opts.verbose)
104
                     format_override=fmtoverride, verbose=opts.verbose,
105
                     force_filter=opts.force_filter)
105 106

  
106 107

  
107 108
def ListGroupFields(opts, args):
......
189 190
    "<group_name> <node>...", "Assign nodes to a group"),
190 191
  "list": (
191 192
    ListGroups, ARGS_MANY_GROUPS,
192
    [NOHDR_OPT, SEP_OPT, FIELDS_OPT, VERBOSE_OPT],
193
    [NOHDR_OPT, SEP_OPT, FIELDS_OPT, VERBOSE_OPT, FORCE_FILTER_OPT],
193 194
    "[<group_name>...]",
194 195
    "Lists the node groups in the cluster. The available fields can be shown"
195 196
    " using the \"list-fields\" command (see the man page for details)."

Also available in: Unified diff