diff --git a/docs/Manpage.md b/docs/Manpage.md index 9937c53319..a6eccb4505 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -908,6 +908,8 @@ Apply the bottle commit and publish bottles to Bintray. Print what would be done rather than doing it. * `--bintray-org`: Upload to the specified Bintray organisation (default: homebrew). +* `--root-url`: + Use the specified *`URL`* as the root of the bottle's URL instead of Homebrew's default. ### `prof` *`command`* diff --git a/manpages/brew.1 b/manpages/brew.1 index 123b2a1ca0..39b4c97fdd 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1178,6 +1178,10 @@ Print what would be done rather than doing it\. \fB\-\-bintray\-org\fR Upload to the specified Bintray organisation (default: homebrew)\. . +.TP +\fB\-\-root\-url\fR +Use the specified \fIURL\fR as the root of the bottle\'s URL instead of Homebrew\'s default\. +. .SS "\fBprof\fR \fIcommand\fR" Run Homebrew with the Ruby profiler, e\.g\. \fBbrew prof readall\fR\. .