diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h index a48bf1582..fe46f0e64 100644 --- a/Source/cmAddCustomCommandCommand.h +++ b/Source/cmAddCustomCommandCommand.h @@ -104,7 +104,7 @@ public: "build rule. It is the target (library, executable, or custom target) " "that will use the output generated from this rule. This is necessary " "to choose a project file in which to generate the rule for Visual " - "Studio.\n\n" + "Studio.\n" "Example of usage:\n" " ADD_CUSTOM_COMMAND(\n" " TARGET tiff\n"