Revision 04367e70 lib/cli.py

b/lib/cli.py
902 902
                         dest="candidate_pool_size", type="int",
903 903
                         help="Set the candidate pool size")
904 904

  
905
VG_NAME_OPT = cli_option("-g", "--vg-name", dest="vg_name",
905
VG_NAME_OPT = cli_option("--vg-name", dest="vg_name",
906 906
                         help="Enables LVM and specifies the volume group"
907 907
                         " name (cluster-wide) for disk allocation [xenvg]",
908 908
                         metavar="VG", default=None)

Also available in: Unified diff