Revision 67f3ee87 lib/cli.py

b/lib/cli.py
190 190
  "SHOWCMD_OPT",
191 191
  "SHOW_MACHINE_OPT",
192 192
  "COMPRESS_OPT",
193
  "TRANSPORT_COMPRESSION_OPT",
193 194
  "SHUTDOWN_TIMEOUT_OPT",
194 195
  "SINGLE_NODE_OPT",
195 196
  "SPECS_CPU_COUNT_OPT",
......
1382 1383
                          help="The compression mode to use",
1383 1384
                          choices=list(constants.IEC_ALL))
1384 1385

  
1386
TRANSPORT_COMPRESSION_OPT = \
1387
    cli_option("--transport-compression", dest="transport_compression",
1388
               default=constants.IEC_NONE, choices=list(constants.IEC_ALL),
1389
               help="The compression mode to use during transport")
1390

  
1385 1391
SHUTDOWN_TIMEOUT_OPT = cli_option("--shutdown-timeout",
1386 1392
                                  dest="shutdown_timeout", type="int",
1387 1393
                                  default=constants.DEFAULT_SHUTDOWN_TIMEOUT,

Also available in: Unified diff