diff options
author | Brad King <brad.king@kitware.com> | 2003-08-06 15:22:26 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-08-06 15:22:26 -0400 |
commit | fa642fee71db27c9cf660ef3d08a796b14a02cef (patch) | |
tree | 8e9db5d6a725b78b45680792e6c053779dc0e141 /Source/cmInstallFilesCommand.h | |
parent | ac0911e08b2c69a9cd9821f63d8f59402c115edf (diff) | |
download | cmake-fa642fee71db27c9cf660ef3d08a796b14a02cef.tar.gz |
ENH: Tweaked whitespace in documentation of command.
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r-- | Source/cmInstallFilesCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h index 8245881807..60998b12f9 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."; } |