diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-20 05:06:48 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-20 05:06:48 (GMT) |
commit | cbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697 (patch) | |
tree | 95f0881e2f88b20667fe677f801da9d539b1b149 /Source/cmLoadCacheCommand.h | |
parent | c8d8e693cf24d657ced601c8173258f89b62e71a (diff) | |
download | CMake-cbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697.zip CMake-cbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697.tar.gz CMake-cbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697.tar.bz2 |
Typo
Diffstat (limited to 'Source/cmLoadCacheCommand.h')
-rw-r--r-- | Source/cmLoadCacheCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLoadCacheCommand.h b/Source/cmLoadCacheCommand.h index 859cecd..7d23656 100644 --- a/Source/cmLoadCacheCommand.h +++ b/Source/cmLoadCacheCommand.h @@ -91,7 +91,7 @@ public: "LOAD_CACHE(pathToCacheFile [EXCLUDE entry1...] [INCLUDE_INTERNALS entry1...])\n" "Load in the values from another cache. This is useful for a project " "that depends on another project built in a different tree." - "EXCLUDE option can be used to provide a list of entries to be included." + "EXCLUDE option can be used to provide a list of entries to be excluded." "INCLUDE_INTERNALS can be used to provide a list of internal entries" "to be included. Normally, no internal entries are brougt in."; } |