Revision 74adc100 lib/cli.py

b/lib/cli.py
123 123
  "TAG_SRC_OPT",
124 124
  "TIMEOUT_OPT",
125 125
  "USEUNITS_OPT",
126
  "USE_REPL_NET_OPT",
126 127
  "VERBOSE_OPT",
127 128
  "VG_NAME_OPT",
128 129
  "YES_DOIT_OPT",
......
890 891
                                    help=("Create a new HMAC key for %s" %
891 892
                                          constants.CONFD))
892 893

  
894
USE_REPL_NET_OPT = cli_option("--use-replication-network",
895
                              dest="use_replication_network",
896
                              help="Whether to use the replication network"
897
                              " for talking to the nodes",
898
                              action="store_true", default=False)
899

  
893 900

  
894 901
def _ParseArgs(argv, commands, aliases):
895 902
  """Parser for the command line arguments.

Also available in: Unified diff