From bace6500a35279ce3306b467dbfe6bdb50d3fb14 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Mon, 10 Jan 2011 09:38:42 -0500
Subject: [PATCH] bootstrap: Clarify --init flag documentation (#11431)

---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 2550cadd94..d665bf396d 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
-- 
GitLab