Revision 949bdabe scripts/gnt-node

b/scripts/gnt-node
541 541
              SUBMIT_OPT,
542 542
              make_option("-C", "--master-candidate", dest="master_candidate",
543 543
                          choices=('yes', 'no'), default=None,
544
                          metavar="yes|no",
544 545
                          help="Set the master_candidate flag on the node"),
545
              make_option("-O", "--offline", dest="offline",
546

  
547
              make_option("-O", "--offline", dest="offline", metavar="yes|no",
546 548
                          choices=('yes', 'no'), default=None,
547 549
                          help="Set the offline flag on the node"),
548
              make_option("-D", "--drained", dest="drained",
550
              make_option("-D", "--drained", dest="drained", metavar="yes|no",
549 551
                          choices=('yes', 'no'), default=None,
550 552
                          help="Set the drained flag on the node"),
551 553
              ],

Also available in: Unified diff