From 23474602c38a58ab5e1cd67e7b36d620bd03ac0e Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Thu, 28 Feb 2008 22:49:13 +0000 Subject: fixed anyctroptions help --- anyctrOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anyctrOptions.cpp b/anyctrOptions.cpp index fd59d2c..e1ff47f 100644 --- a/anyctrOptions.cpp +++ b/anyctrOptions.cpp @@ -147,7 +147,6 @@ bool Options::parse(int argc, char* argv[]) PARSE_HEXSTRING_PARAM("-K","--key", key_) PARSE_HEXSTRING_PARAM("-a","--salt", salt_) PARSE_SCALAR_PARAM("-k","--kd-prf", kd_prf_) - PARSE_CSLIST_PARAM("-M","--sync-hosts", host_port_queue) else return false; } @@ -175,6 +174,7 @@ void Options::printUsage() std::cout << " [-n|--ifconfig] the local address for the tun/tap device" << std::endl << " the remote address(tun) or netmask(tap)" << std::endl; std::cout << " [-w|--window-size] seqence number window size" << std::endl; + std::cout << " [-m|--mux] the multiplex id to use" << std::endl; std::cout << " [-K|--key] master key to use for encryption" << std::endl; std::cout << " [-a|--salt] master salt to use for encryption" << std::endl; std::cout << " [-k|--kd-prf] key derivation pseudo random function" << std::endl; -- cgit v1.2.3