aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/doc/homebrew/Bottles.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/homebrew/Bottles.md b/share/doc/homebrew/Bottles.md
index 306f32e94..28a0d79ee 100644
--- a/share/doc/homebrew/Bottles.md
+++ b/share/doc/homebrew/Bottles.md
@@ -32,7 +32,7 @@ bottle do
root_url "https://example.com"
prefix "/opt/homebrew"
cellar "/opt/homebrew/Cellar"
- revision 4
+ rebuild 4
sha256 "4921af80137af9cc3d38fd17c9120da882448a090b0a8a3a19af3199b415bfca" => :yosemite
sha256 "c71db15326ee9196cd98602e38d0b7fb2b818cdd48eede4ee8eb827d809e09ba" => :mavericks
sha256 "85cc828a96735bdafcf29eb6291ca91bac846579bcef7308536e0c875d6c81d7" => :mountain_lion
@@ -51,9 +51,9 @@ Most compiled software contains references to its compiled location so cannot be
Optionally contains the value of `HOMEBREW_PREFIX` in which the bottles were built.
See description of `cellar`. When `cellar` is `:any` prefix should be omitted.
-### `revision`
-Optionally contains the revision of the bottle.
-Sometimes bottles may need be updated without bumping the version of the formula e.g. a new patch was applied. In that case the revision will have a value of 1 or more.
+### `rebuild`
+Optionally contains the rebuild version of the bottle.
+Sometimes bottles may need be updated without bumping the version of the formula e.g. a new patch was applied. In that case the rebuild will have a value of 1 or more.
### `sha256`
Contains the SHA-256 of bottle for a particular version of OS X.