From 041985d1488f81ba1cc060721eb5290fdc52dd0a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 25 Nov 2008 14:08:42 +0000 Subject: updated manpages some cleanups --- src/anyCtrOptions.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/anyCtrOptions.cpp') diff --git a/src/anyCtrOptions.cpp b/src/anyCtrOptions.cpp index 2256677..cd98345 100644 --- a/src/anyCtrOptions.cpp +++ b/src/anyCtrOptions.cpp @@ -61,7 +61,7 @@ Options::Options() chroot_dir_ = "/var/run/anytun-controld"; pid_file_ = ""; bind_to_addr_ = "127.0.0.1"; - bind_to_port_ = "4445"; + bind_to_port_ = "2323"; } Options::~Options() @@ -226,8 +226,8 @@ void Options::printUsage() std::cout << " [-H|--chroot-dir] chroot to this directory" << std::endl; std::cout << " [-P|--write-pid] write pid to this file" << std::endl; std::cout << " [-f|--file] path to file" << std::endl; - std::cout << " [-X|--control-host] local tcp port to bind to" << std::endl; - + std::cout << " [-X|--control-host] < [:] | : >" << std::endl; + std::cout << " local tcp port and or ip address to bind to" << std::endl; } void Options::printOptions() -- cgit v1.2.3