Revision 90efd920

b/lib/cli.py
731 731
DRY_RUN_OPT = cli_option("--dry-run", default=False,
732 732
                         action="store_true",
733 733
                         help=("Do not execute the operation, just run the"
734
                               " check steps and verify it it could be"
734
                               " check steps and verify if it could be"
735 735
                               " executed"))
736 736

  
737 737
VERBOSE_OPT = cli_option("-v", "--verbose", default=False,

Also available in: Unified diff