From 7e19b92adb937297987ac7f7b20f19c54f6cdd78 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 3 Mar 2008 18:23:29 +0000 Subject: fixed param short code collision --- options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.cpp') diff --git a/options.cpp b/options.cpp index 8e6040c..4aedd43 100644 --- a/options.cpp +++ b/options.cpp @@ -168,7 +168,7 @@ bool Options::parse(int argc, char* argv[]) PARSE_SCALAR_PARAM("-m","--mux", mux_) PARSE_SCALAR_PARAM("-c","--cipher", cipher_) PARSE_HEXSTRING_PARAM("-K","--key", key_) - PARSE_HEXSTRING_PARAM("-a","--salt", salt_) + PARSE_HEXSTRING_PARAM("-A","--salt", salt_) PARSE_SCALAR_PARAM("-k","--kd-prf", kd_prf_) PARSE_SCALAR_PARAM("-a","--auth-algo", auth_algo_) PARSE_CSLIST_PARAM("-M","--sync-hosts", host_port_queue) @@ -218,7 +218,7 @@ void Options::printUsage() std::cout << " [-m|--mux] the multiplex id to use" << std::endl; std::cout << " [-c|--cipher] payload encryption algorithm" << std::endl; 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 << " [-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; } -- cgit v1.2.3