Correct a minor spelling mistake

This commit is contained in:
Arkaprabha Chakraborty
2024-01-23 06:36:37 +05:30
parent cf37a5c1e4
commit 94454a58b5

View File

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