summaryrefslogtreecommitdiffstats
path: root/Source/cmOptionCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmOptionCommand.h')
-rw-r--r--Source/cmOptionCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOptionCommand.h b/Source/cmOptionCommand.h
index bb1bcb7..716d9bf 100644
--- a/Source/cmOptionCommand.h
+++ b/Source/cmOptionCommand.h
@@ -66,7 +66,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "OPTION(USE_MPI)\n"
+ "OPTION(USE_MPI \"help string decribing the option\")\n"
"Provide an option for the user to select";
}