From b1d907291b7150b7a243c9a62ee22f3e9c0f2770 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Wed, 18 Nov 2020 02:48:05 -0500 Subject: [PATCH] update man pages --- docs/Manpage.md | 6 ++++++ manpages/brew.1 | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/Manpage.md b/docs/Manpage.md index 014d4413dd..291381b289 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1352,6 +1352,12 @@ Update versions for PyPI resource blocks in *`formula`*. Don't fail if *`formula`* is not a PyPI package. * `--version`: Use the specified *`version`* when finding resources for *`formula`*. If no version is specified, the current version for *`formula`* will be used. +* `--package-name`: + Use the specified *`package-name`* when finding resources for *`formula`*. If no package name is specified, it will be inferred from the formula's stable URL. +* `--extra-packages`: + Include these additional packages when finding resources. +* `--exclude-packages`: + Exclude these packages when finding resources. ### `update-test` [*`options`*] diff --git a/manpages/brew.1 b/manpages/brew.1 index 8fa25bf1ae..e700050a57 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1884,6 +1884,18 @@ Don\'t fail if \fIformula\fR is not a PyPI package\. \fB\-\-version\fR Use the specified \fIversion\fR when finding resources for \fIformula\fR\. If no version is specified, the current version for \fIformula\fR will be used\. . +.TP +\fB\-\-package\-name\fR +Use the specified \fIpackage\-name\fR when finding resources for \fIformula\fR\. If no package name is specified, it will be inferred from the formula\'s stable URL\. +. +.TP +\fB\-\-extra\-packages\fR +Include these additional packages when finding resources\. +. +.TP +\fB\-\-exclude\-packages\fR +Exclude these packages when finding resources\. +. .SS "\fBupdate\-test\fR [\fIoptions\fR]" Run a test of \fBbrew update\fR with a new repository clone\. If no options are passed, use \fBorigin/master\fR as the start commit\. .