diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-07-07 22:25:52 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-20 17:09:42 +0200 |
commit | d580d6cd7d3ff24b820d9ea383cb9e766f4416f4 (patch) | |
tree | 097f2864e1069836d4168d06bb91428e73d8c2db /src | |
parent | 61d9e8699687342c2e32c32c8d4eb71760d5d290 (diff) |
More protections under debug builds
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
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(); } } |