summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2011-01-07 15:34:27 (GMT)
committerNicolas Despres <nicolas.despres@gmail.com>2011-10-23 20:18:14 (GMT)
commit19da10629d96333b2cdae8c0fa926a354fc9d79e (patch)
tree3582d1adce8419b4f87364923dabb98130b97161 /Source/CursesDialog
parentfd63219557c4acc6e474263302ab9c78985f6d91 (diff)
downloadCMake-19da10629d96333b2cdae8c0fa926a354fc9d79e.zip
CMake-19da10629d96333b2cdae8c0fa926a354fc9d79e.tar.gz
CMake-19da10629d96333b2cdae8c0fa926a354fc9d79e.tar.bz2
ccmake: Document '/' key.
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r--Source/CursesDialog/cmCursesMainForm.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx
index faaac8b..735854d 100644
--- a/Source/CursesDialog/cmCursesMainForm.cxx
+++ b/Source/CursesDialog/cmCursesMainForm.cxx
@@ -1302,6 +1302,5 @@ const char* cmCursesMainForm::s_ConstHelpMessage =
" g : generate build files and exit, only available when there are no "
"new options and no errors have been detected during last configuration.\n"
" l : shows last errors\n"
-" t : toggles advanced mode. In normal mode, only the most important options are shown. In advanced mode, all options are shown. We recommend using normal mode unless you are an expert.\n";
-
-
+" t : toggles advanced mode. In normal mode, only the most important options are shown. In advanced mode, all options are shown. We recommend using normal mode unless you are an expert.\n"
+" / : search for a variable name.\n";