Revision ee3f9578 lib/cli.py

b/lib/cli.py
69 69
  "IALLOCATOR_OPT",
70 70
  "IGNORE_CONSIST_OPT",
71 71
  "IGNORE_FAILURES_OPT",
72
  "IGNORE_SECONDARIES_OPT",
72 73
  "IGNORE_SIZE_OPT",
73 74
  "FORCE_OPT",
74 75
  "MAC_PREFIX_OPT",
......
798 799
                             metavar="<REBOOT>",
799 800
                             choices=list(constants.REBOOT_TYPES))
800 801

  
802
IGNORE_SECONDARIES_OPT = cli_option("--ignore-secondaries",
803
                                    dest="ignore_secondaries",
804
                                    default=False, action="store_true",
805
                                    help="Ignore errors from secondaries")
806

  
801 807

  
802 808
def _ParseArgs(argv, commands, aliases):
803 809
  """Parser for the command line arguments.

Also available in: Unified diff