summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-20 17:00:46 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-20 17:00:46 (GMT)
commit8017a17f57b49da0883b810f35fd012a1b6d4fbd (patch)
tree395c6298dd34080cdd9a611d92ef2d526b226e5e /Source/CursesDialog
parent0d8f8a0dc25d5b57c838e8b8537a8e463f8c7207 (diff)
downloadCMake-8017a17f57b49da0883b810f35fd012a1b6d4fbd.zip
CMake-8017a17f57b49da0883b810f35fd012a1b6d4fbd.tar.gz
CMake-8017a17f57b49da0883b810f35fd012a1b6d4fbd.tar.bz2
ENH: Added documentation of specifying an existing build tree as an argument.
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r--Source/CursesDialog/ccmake.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx
index 9c19a10..1166a64 100644
--- a/Source/CursesDialog/ccmake.cxx
+++ b/Source/CursesDialog/ccmake.cxx
@@ -39,7 +39,8 @@ static const cmDocumentationEntry cmDocumentationName[] =
static const cmDocumentationEntry cmDocumentationUsage[] =
{
{0,
- " ccmake <path-to-source>", 0},
+ " ccmake <path-to-source>\n"
+ " ccmake <path-to-existing-build>", 0},
{0,0,0}
};