summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-01-10 14:38:42 (GMT)
committerBrad King <brad.king@kitware.com>2011-01-10 14:38:42 (GMT)
commitbace6500a35279ce3306b467dbfe6bdb50d3fb14 (patch)
treef7a8d94849851819139fda3672e392b7164abe8a /bootstrap
parent60d72b56ed5ae6a20cc461dd5abf2dfc38b596fa (diff)
downloadCMake-bace6500a35279ce3306b467dbfe6bdb50d3fb14.zip
CMake-bace6500a35279ce3306b467dbfe6bdb50d3fb14.tar.gz
CMake-bace6500a35279ce3306b467dbfe6bdb50d3fb14.tar.bz2
bootstrap: Clarify --init flag documentation (#11431)
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 2550cad..d665bf3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -299,7 +299,7 @@ Configuration:
--verbose display more information
--parallel=n bootstrap cmake in parallel, where n is
number of nodes [1]
- --init=FILE use FILE for cmake initialization
+ --init=FILE load FILE as script to populate cache
--system-libs use all system-installed third-party libraries
(for use only by package maintainers)
--no-system-libs use all cmake-provided third-party libraries