Revision a3ac3243

b/lib/cli.py
980 980
                               " [%s]" % constants.DEFAULT_VG),
981 981
                         metavar="VG", default=None)
982 982

  
983
YES_DOIT_OPT = cli_option("--yes-do-it", dest="yes_do_it",
983
YES_DOIT_OPT = cli_option("--yes-do-it", "--ya-rly", dest="yes_do_it",
984 984
                          help="Destroy cluster", action="store_true")
985 985

  
986 986
NOVOTING_OPT = cli_option("--no-voting", dest="no_voting",

Also available in: Unified diff