Revision 442587bf

b/lib/cli.py
77 77
  "FIELDS_OPT",
78 78
  "FILESTORE_DIR_OPT",
79 79
  "FILESTORE_DRIVER_OPT",
80
  "FORCE_FILTER_OPT",
80 81
  "FORCE_OPT",
81 82
  "FORCE_VARIANT_OPT",
82 83
  "GLOBAL_FILEDIR_OPT",
......
1181 1182
                             default=constants.OOB_POWER_DELAY,
1182 1183
                             help="Time in seconds to wait between power-ons")
1183 1184

  
1185
FORCE_FILTER_OPT = cli_option("-F", "--filter", dest="force_filter",
1186
                              action="store_true", default=False,
1187
                              help=("Whether command argument should be treated"
1188
                                    " as filter"))
1189

  
1184 1190

  
1185 1191
#: Options provided by all commands
1186 1192
COMMON_OPTS = [DEBUG_OPT]

Also available in: Unified diff