Revision 21ee2318 lib/cli.py

b/lib/cli.py
804 804
                           " times, if not given defaults to all nodes)",
805 805
                           completion_suggest=OPT_COMPL_ONE_NODE)
806 806

  
807
NODEGROUP_OPT = cli_option("-g", "--node-group",
807
NODEGROUP_OPT_NAME = "--node-group"
808
NODEGROUP_OPT = cli_option("-g", NODEGROUP_OPT_NAME,
808 809
                           dest="nodegroup",
809 810
                           help="Node group (name or uuid)",
810 811
                           metavar="<nodegroup>",

Also available in: Unified diff