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/anyConfOptions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/anyConfOptions.cpp') diff --git a/src/anyConfOptions.cpp b/src/anyConfOptions.cpp index f768e54..0cc0c7c 100644 --- a/src/anyConfOptions.cpp +++ b/src/anyConfOptions.cpp @@ -149,7 +149,7 @@ bool Options::parse(int argc, char* argv[]) PARSE_HEXSTRING_PARAM_SEC("-K","--key", key_) PARSE_HEXSTRING_PARAM_SEC("-A","--salt", salt_) PARSE_SCALAR_PARAM("-k","--kd-prf", kd_prf_) - PARSE_CSLIST_PARAM("-R","--route", route_queue) + PARSE_CSLIST_PARAM("-T","--route", route_queue) else return false; } @@ -179,7 +179,7 @@ void Options::printUsage() std::cout << " [-K|--key] master key to use for encryption" << std::endl; 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 << " [-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