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