From 0447391f7c7627675e78cdeb55a7d11b85ba1097 Mon Sep 17 00:00:00 2001 From: evomarc Date: Tue, 26 Dec 2000 10:28:27 +0000 Subject: [PATCH] Modified the help message for the short name (added the missing =) --- eo/src/utils/eoParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/utils/eoParser.cpp b/eo/src/utils/eoParser.cpp index fb5c88b8..b401db02 100644 --- a/eo/src/utils/eoParser.cpp +++ b/eo/src/utils/eoParser.cpp @@ -245,7 +245,7 @@ void eoParser::printHelp(ostream& os) // print the usage when calling the program from the command line os << "Usage: "<< programName<<" [Options]\n"; // only short usage! - os << "Options of the form \"-f[Value]\" or \"--Name[=value]\"" << endl; + os << "Options of the form \"-f[=Value]\" or \"--Name[=value]\"" << endl; os << "Where:"<