summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallFilesCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-06 19:22:26 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-06 19:22:26 (GMT)
commitfa642fee71db27c9cf660ef3d08a796b14a02cef (patch)
tree8e9db5d6a725b78b45680792e6c053779dc0e141 /Source/cmInstallFilesCommand.h
parentac0911e08b2c69a9cd9821f63d8f59402c115edf (diff)
downloadCMake-fa642fee71db27c9cf660ef3d08a796b14a02cef.zip
CMake-fa642fee71db27c9cf660ef3d08a796b14a02cef.tar.gz
CMake-fa642fee71db27c9cf660ef3d08a796b14a02cef.tar.bz2
ENH: Tweaked whitespace in documentation of command.
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r--Source/cmInstallFilesCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h
index 8245881..60998b1 100644
--- a/Source/cmInstallFilesCommand.h
+++ b/Source/cmInstallFilesCommand.h
@@ -85,7 +85,7 @@ public:
" INSTALL_FILES(<dir> FILES file file ...)\n"
"Any files listed after the FILES keyword will be "
"installed explicitly from the names given. Full paths are allowed in "
- "this form.\n\n"
+ "this form.\n"
"The directory <dir> is relative to the installation prefix, which "
"is stored in the variable CMAKE_INSTALL_PREFIX.";
}