summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 07169b2..7af6931 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -79,7 +79,7 @@ void cmake::Usage(const char* program)
}
std::cerr << ")";
std::cerr << "\n-DVAR:TYPE=VALUE (create a cache file entry)";
- std::cerr << "\n-i (puts cmake in wizard mode)\n";
+ std::cerr << "\n-i (puts cmake in wizard mode, not available for ccmake)\n";
}
// Parse the args