summaryrefslogtreecommitdiffstats
path: root/Source/cmExecProgramCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmExecProgramCommand.h')
-rw-r--r--Source/cmExecProgramCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h
index 1a5ff17..339bda8 100644
--- a/Source/cmExecProgramCommand.h
+++ b/Source/cmExecProgramCommand.h
@@ -59,7 +59,9 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Run and executable program during the processing of the CMakeList.txt file.";
+ return
+ "Run and executable program during the processing of the CMakeList.txt"
+ " file.";
}
/**