diff options
author | Christian Pointner <equinox@anytun.org> | 2009-03-02 09:23:00 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-03-02 09:23:00 +0000 |
commit | 1fb9fac61dbf04bc727a44755fcaa3c0fc09b8d1 (patch) | |
tree | 7bc0a2846d7523163b1ae4deafd5b09e718a8272 /src | |
parent | added p2p example configs (diff) |
added -4 and -6 to print usage
Diffstat (limited to 'src')
-rw-r--r-- | src/options.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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] <hostname|ip> remote host" << std::endl; std::cout << " [-o|--remote-port] <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) |