diff options
-rw-r--r-- | Source/cmake.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 7c38113..07169b2 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -77,8 +77,9 @@ void cmake::Usage(const char* program) { std::cerr << "\"" << i->c_str() << "\" "; } - std::cerr << "\n-DVAR:TYPE=VALUE (create a cache file entry)\n"; - std::cerr << ")\n"; + std::cerr << ")"; + std::cerr << "\n-DVAR:TYPE=VALUE (create a cache file entry)"; + std::cerr << "\n-i (puts cmake in wizard mode)\n"; } // Parse the args |