From 0ce5ffab5fb24d136053f5c72ce7b6def91439e8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 15 Apr 2008 16:57:30 +0000 Subject: fixed some typos @ print help added --- src/anyConfOptions.cpp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/anyConfOptions.cpp') diff --git a/src/anyConfOptions.cpp b/src/anyConfOptions.cpp index bde873a..88c70f9 100644 --- a/src/anyConfOptions.cpp +++ b/src/anyConfOptions.cpp @@ -169,16 +169,15 @@ bool Options::parse(int argc, char* argv[]) void Options::printUsage() { std::cout << "USAGE:" << std::endl; - std::cout << "anytun-config" << std::endl; - std::cout << " [-h|--help] prints this..." << std::endl; - std::cout << " [-r|--remote-host] remote host" << std::endl; - std::cout << " [-o|--remote-port] remote port" << 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; - std::cout << " [-R|--route] add a route to connection, can be invoked several times" << std::endl; + std::cout << "anytun-config [-h|--help] prints this..." << std::endl; + std::cout << " [-r|--remote-host] remote host" << std::endl; + std::cout << " [-o|--remote-port] remote port" << 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; + std::cout << " [-R|--route] / add a route to connection, can be invoked several times" << std::endl; } void Options::printOptions() -- cgit v1.2.3