diff options
Diffstat (limited to 'Source/cmOptionCommand.h')
-rw-r--r-- | Source/cmOptionCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOptionCommand.h b/Source/cmOptionCommand.h index 1a118f5..ae55bad 100644 --- a/Source/cmOptionCommand.h +++ b/Source/cmOptionCommand.h @@ -91,7 +91,7 @@ public: virtual const char* GetFullDocumentation() { return - "OPTION(USE_MPI \"help string decribing the option\")\n" + "OPTION(USE_MPI \"help string decribing the option\" [initial value])\n" "Provide an option for the user to select"; } |