Sebastien Barre 24 лет назад
Родитель
Сommit
cbd4c08fcf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmLoadCacheCommand.h

+ 1 - 1
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.";
     }