summaryrefslogtreecommitdiff
path: root/options.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-09-04 16:58:02 +0000
committerOthmar Gsenger <otti@anytun.org>2007-09-04 16:58:02 +0000
commiteea7ab483f325530111758868b61d2bce26967cc (patch)
treee1dfaf9eb147c6f8ad35deb67893086f395831cf /options.cpp
parentreconnect is now possible (diff)
command line help s/\/|/
Diffstat (limited to 'options.cpp')
-rw-r--r--options.cpp2
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;