mirror of
https://github.com/arkorty/ExprEvalplusplus.git
synced 2026-03-17 16:51:48 +00:00
Correct a minor spelling mistake
This commit is contained in:
@@ -118,7 +118,7 @@ int runTests() {
|
||||
void printHelpMessage(const char *programName) {
|
||||
std::cout << "Usage: " << programName << " [--run-tests]\n"
|
||||
<< "Options:\n"
|
||||
<< " --run-test Run the test for the expression evaluation code.\n"
|
||||
<< " --run-tests Run the test for the expression evaluation code.\n"
|
||||
<< " This option should be used without any additional "
|
||||
"arguments.\n"
|
||||
<< " Example: " << programName << " --run-tests\n";
|
||||
|
||||
Reference in New Issue
Block a user