diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-07-30 19:50:44 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-07-30 19:50:44 (GMT) |
commit | f8f388b4ff083a9d891018fdd3b65cdeaadfa9a8 (patch) | |
tree | 039314f031eeff2f3b60c49782bef251909a82b9 /Source/cmInstallProgramsCommand.h | |
parent | 65e4a95618333ae2802240b31c1612478736da67 (diff) | |
download | CMake-f8f388b4ff083a9d891018fdd3b65cdeaadfa9a8.zip CMake-f8f388b4ff083a9d891018fdd3b65cdeaadfa9a8.tar.gz CMake-f8f388b4ff083a9d891018fdd3b65cdeaadfa9a8.tar.bz2 |
ENH: Since install works on Windows too, remove the UNIX
Diffstat (limited to 'Source/cmInstallProgramsCommand.h')
-rw-r--r-- | Source/cmInstallProgramsCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h index 7928d3a..b14405e 100644 --- a/Source/cmInstallProgramsCommand.h +++ b/Source/cmInstallProgramsCommand.h @@ -52,7 +52,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "Create UNIX install rules for programs."; + return "Create install rules for programs."; } /** |