Revision f36d7d81 lib/cli.py

b/lib/cli.py
71 71
  "OS_OPT",
72 72
  "OS_SIZE_OPT",
73 73
  "SEP_OPT",
74
  "SINGLE_NODE_OPT",
74 75
  "SUBMIT_OPT",
75 76
  "SYNC_OPT",
76 77
  "TAG_SRC_OPT",
......
587 588
                           " times, if not given defaults to all nodes)",
588 589
                           completion_suggest=OPT_COMPL_ONE_NODE)
589 590

  
591
SINGLE_NODE_OPT = cli_option("-n", "--node", dest="node", help="Target node",
592
                             metavar="<node>",
593
                             completion_suggest=OPT_COMPL_ONE_NODE)
594

  
590 595

  
591 596
def _ParseArgs(argv, commands, aliases):
592 597
  """Parser for the command line arguments.

Also available in: Unified diff