diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-26 18:27:27 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-26 18:27:27 +0000 |
commit | a86e527fafcba539fdaf9c6374d493678480324a (patch) | |
tree | 71f9db62174ab0b7457a81890bcd8aae181f9ed4 | |
parent | added papers/ directory, (diff) |
fixed help
-rw-r--r-- | options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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] <file> the config file" << std::endl; std::cout << " [-s|--sender-id ] <sender id> the sender id to use" << std::endl; - std::cout << " [-i|--interface] <interface> local interface to bind to" << std::endl; + std::cout << " [-i|--interface] <ip-address> local ip anycast address to bind to" << std::endl; std::cout << " [-p|--port] <port> local anycast(data) port to bind to" << std::endl; std::cout << " [-S|--sync-port] <port> local unicast(sync) port to bind to" << std::endl; std::cout << " [-M|--sync-hosts] <hostname|ip>:<port>[,<hostname|ip>:<port>[...]]"<< std::endl; |