aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ecb0e99..a1136c4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1495,7 +1495,7 @@ int wmain(int argc, const _tinydir_char_t **argv)
}
else
{
- ferr << "Expected command to be either 'build', 'new' or 'test', was: " << arg << endl << endl;
+ ferr << "Invalid command " << arg << endl << endl;
usage();
}
}