From a86e527fafcba539fdaf9c6374d493678480324a Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 26 Feb 2008 18:27:27 +0000 Subject: fixed help --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.cpp b/options.cpp index ba010fd..c785cd8 100644 --- a/options.cpp +++ b/options.cpp @@ -181,7 +181,7 @@ void Options::printUsage() std::cout << "anytun [-h|--help] prints this..." << std::endl; // std::cout << " [-f|--config] the config file" << std::endl; std::cout << " [-s|--sender-id ] the sender id to use" << std::endl; - std::cout << " [-i|--interface] local interface to bind to" << std::endl; + std::cout << " [-i|--interface] local ip anycast address to bind to" << std::endl; std::cout << " [-p|--port] local anycast(data) port to bind to" << std::endl; std::cout << " [-S|--sync-port] local unicast(sync) port to bind to" << std::endl; std::cout << " [-M|--sync-hosts] :[,:[...]]"<< std::endl; -- cgit v1.2.3