summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/CursesDialog/ccmake.cxx3
-rw-r--r--Source/MFCDialog/CMakeSetup.cpp2
-rw-r--r--Source/cmakemain.cxx3
3 files changed, 5 insertions, 3 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}
};
diff --git a/Source/MFCDialog/CMakeSetup.cpp b/Source/MFCDialog/CMakeSetup.cpp
index 29359cf..aab984e 100644
--- a/Source/MFCDialog/CMakeSetup.cpp
+++ b/Source/MFCDialog/CMakeSetup.cpp
@@ -23,7 +23,7 @@ static const cmDocumentationEntry cmDocumentationUsage[] =
{0,
" CMakeSetup [options]\n"
" CMakeSetup [options] <path-to-source>\n"
- " CMakeSetup [options] <path-to-build>", 0},
+ " CMakeSetup [options] <path-to-existing-build>", 0},
{0,0,0}
};
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 24176ca..7a19d09 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -33,7 +33,8 @@ static const cmDocumentationEntry cmDocumentationName[] =
static const cmDocumentationEntry cmDocumentationUsage[] =
{
{0,
- " cmake [options] <path-to-source>", 0},
+ " cmake [options] <path-to-source>\n"
+ " cmake [options] <path-to-existing-build>", 0},
{0,0,0}
};