summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/ccmake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CursesDialog/ccmake.cxx')
-rw-r--r--Source/CursesDialog/ccmake.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx
index d61954a..18c1a80 100644
--- a/Source/CursesDialog/ccmake.cxx
+++ b/Source/CursesDialog/ccmake.cxx
@@ -25,21 +25,23 @@
namespace {
const cmDocumentationEntry cmDocumentationName = {
- nullptr, " ccmake - Curses Interface for CMake."
+ {},
+ " ccmake - Curses Interface for CMake."
};
const cmDocumentationEntry cmDocumentationUsage[2] = {
- { nullptr,
+ { {},
" ccmake <path-to-source>\n"
" ccmake <path-to-existing-build>" },
- { nullptr,
+ { {},
"Specify a source directory to (re-)generate a build system for "
"it in the current working directory. Specify an existing build "
"directory to re-generate its build system." },
};
const cmDocumentationEntry cmDocumentationUsageNote = {
- nullptr, "Run 'ccmake --help' for more information."
+ {},
+ "Run 'ccmake --help' for more information."
};
#ifndef _WIN32