Revision b44bd844 lib/cli.py

b/lib/cli.py
83 83
  "IDENTIFY_DEFAULTS_OPT",
84 84
  "IGNORE_CONSIST_OPT",
85 85
  "IGNORE_FAILURES_OPT",
86
  "IGNORE_OFFLINE_OPT",
86 87
  "IGNORE_REMOVE_FAILURES_OPT",
87 88
  "IGNORE_SECONDARIES_OPT",
88 89
  "IGNORE_SIZE_OPT",
......
585 586
CONFIRM_OPT = cli_option("--yes", dest="confirm", action="store_true",
586 587
                         default=False, help="Do not require confirmation")
587 588

  
589
IGNORE_OFFLINE_OPT = cli_option("--ignore-offline", dest="ignore_offline",
590
                                  action="store_true", default=False,
591
                                  help=("Ignore offline nodes and do as much"
592
                                        " as possible"))
593

  
588 594
TAG_SRC_OPT = cli_option("--from", dest="tags_source",
589 595
                         default=None, help="File with tag names")
590 596

  

Also available in: Unified diff