From a3443505bc1f80a5264d31c79bd6120e10da815c Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Fri, 25 Aug 2006 07:58:01 +0000 Subject: Bug 1325. --- cpp/src/IcePatch2/Server.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IcePatch2/Server.cpp') diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp index 76030e75f64..7201cec74c2 100644 --- a/cpp/src/IcePatch2/Server.cpp +++ b/cpp/src/IcePatch2/Server.cpp @@ -83,12 +83,12 @@ IcePatch2::PatcherService::start(int argc, char* argv[]) return false; } - if(opts.isSet("h") || opts.isSet("help")) + if(opts.isSet("help")) { usage(argv[0]); return false; } - if(opts.isSet("v") || opts.isSet("version")) + if(opts.isSet("version")) { print(ICE_STRING_VERSION); return false; -- cgit v1.2.3