From 1fb9fac61dbf04bc727a44755fcaa3c0fc09b8d1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 2 Mar 2009 09:23:00 +0000 Subject: added -4 and -6 to print usage --- src/options.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.cpp') diff --git a/src/options.cpp b/src/options.cpp index fda188c..b3e37db 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -488,6 +488,8 @@ void Options::printUsage() std::cout << " [-r|--remote-host] remote host" << std::endl; std::cout << " [-o|--remote-port] remote port" << std::endl; + std::cout << " [-4|--ipv4-only] always resolv IPv4 addresses" << std::endl; + std::cout << " [-6|--ipv6-only] always resolv IPv6 addresses" << std::endl; #endif #if defined(ANYTUN_OPTIONS) -- cgit v1.2.3