summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCacheCommand.h
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-01-20 05:06:48 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-01-20 05:06:48 (GMT)
commitcbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697 (patch)
tree95f0881e2f88b20667fe677f801da9d539b1b149 /Source/cmLoadCacheCommand.h
parentc8d8e693cf24d657ced601c8173258f89b62e71a (diff)
downloadCMake-cbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697.zip
CMake-cbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697.tar.gz
CMake-cbd4c08fcfb7b0e8f9339078d88a9bc2a4c30697.tar.bz2
Typo
Diffstat (limited to 'Source/cmLoadCacheCommand.h')
-rw-r--r--Source/cmLoadCacheCommand.h2
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.";
}