Modified the help message for the short name (added the missing =)

This commit is contained in:
evomarc 2000-12-26 10:28:27 +00:00
commit 0447391f7c

View file

@ -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:"<<endl;