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/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/options.cpp') diff --git a/src/options.cpp b/src/options.cpp index 1a40f59..4bf4ef7 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -270,9 +270,9 @@ void Options::printUsage() std::cout << " [-p|--port] local anycast(data) port to bind to" << std::endl; std::cout << " [-I|--sync-interface] local unicast(sync) ip address 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; + std::cout << " [-M|--sync-hosts] [:][,[:][...]]"<< std::endl; std::cout << " remote hosts to sync with" << std::endl; - std::cout << " [-X|--control-host] :"<< std::endl; + std::cout << " [-X|--control-host] [:]"<< std::endl; std::cout << " fetch the config from this host" << std::endl; std::cout << " [-r|--remote-host] remote host" << std::endl; std::cout << " [-o|--remote-port] remote port" << std::endl; -- cgit v1.2.3