diff options
Diffstat (limited to 'options.cpp')
-rw-r--r-- | options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.cpp b/options.cpp index b427f57..9d97c51 100644 --- a/options.cpp +++ b/options.cpp @@ -129,7 +129,7 @@ void Options::printUsage() std::cout << " [-o|--remote-port] <port> remote port" << std::endl; std::cout << " [-d|--dev] <name> device name/type" << std::endl; std::cout << " [-n|--ifconfig] <local> the local address for the tun/tap device" << std::endl - << " <remote/netmask> the remote address(tun) or netmask(tap)" << std::endl; + << " <remote|netmask> the remote address(tun) or netmask(tap)" << std::endl; std::cout << " [-w|--window-size] <window size> seqence number window size" << std::endl; std::cout << " [-c|--cypher] <cypher type> type of cypher" << std::endl; std::cout << " [-a|--auth-algo] <algo type> authentication algoritm" << std::endl; |