Revision 1338f2b4 lib/cli.py

b/lib/cli.py
124 124
  "SYNC_OPT",
125 125
  "TAG_SRC_OPT",
126 126
  "TIMEOUT_OPT",
127
  "UIDPOOL_OPT",
127 128
  "USEUNITS_OPT",
128 129
  "USE_REPL_NET_OPT",
129 130
  "VERBOSE_OPT",
......
929 930
               " the current cluster defaults and set them as such, instead"
930 931
               " of marking them as overridden")
931 932

  
933
UIDPOOL_OPT = cli_option("--uid-pool", default=None,
934
                         action="store", dest="uid_pool",
935
                         help=("A list of user-ids or user-id"
936
                               " ranges separated by commas"))
937

  
932 938

  
933 939
def _ParseArgs(argv, commands, aliases):
934 940
  """Parser for the command line arguments.

Also available in: Unified diff