Modified the help message for the short name (added the missing =)
This commit is contained in:
parent
d7693131a6
commit
0447391f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Reference in a new issue