Revision f92ed8ab lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
53 53
                        action="store_true", dest="groups",
54 54
                        help="Arguments are node groups instead of nodes")
55 55

  
56
SHOW_MACHINE_OPT = cli_option("-M", "--show-machine-names", default=False,
57
                              action="store_true",
58
                              help="Show machine name for every line in output")
59

  
60 56
FORCE_FAILOVER = cli_option("--yes-do-it", dest="yes_do_it",
61 57
                            help="Override interactive check for --no-voting",
62 58
                            default=False, action="store_true")

Also available in: Unified diff