From 1eb9f3816376de7959e2ac7bd526510da4033b3d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 2 Jan 2009 14:53:30 +0000 Subject: changed -R|--route to -T|--route because -R was already taken added a file containing all used letters for command line --- 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 ff09229..9c3c9ea 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -188,7 +188,7 @@ bool Options::parse(int argc, char* argv[]) PARSE_SCALAR_PARAM("-a","--auth-algo", auth_algo_) PARSE_CSLIST_PARAM("-M","--sync-hosts", host_port_queue) PARSE_CSLIST_PARAM("-X","--control-host", host_port_queue) - PARSE_CSLIST_PARAM("-R","--route", route_queue) + PARSE_CSLIST_PARAM("-T","--route", route_queue) else return false; } @@ -309,7 +309,7 @@ void Options::printUsage() std::cout << " [-A|--salt] master salt to use for encryption" << std::endl; // std::cout << " [-k|--kd-prf] key derivation pseudo random function" << std::endl; std::cout << " [-a|--auth-algo] message authentication algorithm" << std::endl; - std::cout << " [-R|--route] / add a route to connection, can be invoked several times" << std::endl; + std::cout << " [-T|--route] / add a route to connection, can be invoked several times" << std::endl; } void Options::printOptions() -- cgit v1.2.3