From 20ea4183565915ad4006f99455029dc178632a57 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:05:51 +0000 Subject: [PATCH] Update manpage and completions. Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow. --- docs/Manpage.md | 12 ++++++++---- manpages/brew.1 | 9 ++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index dedea4a587..fbce73728d 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -3271,6 +3271,14 @@ and Linux workers. : Don't pass `--online` to `brew audit` and skip `brew livecheck`. +`--skip-new` + +: Don't pass `--new` to `brew audit` for new formulae. + +`--skip-new-strict` + +: Don't pass `--strict` to `brew audit` for new formulae. + `--skip-dependents` : Don't test any dependents. @@ -3283,10 +3291,6 @@ and Linux workers. : Only test the direct dependents. -`--skip-repository-audit` - -: Don't audit the repository. - `--skip-checksum-only-audit` : Don't audit checksum-only changes. diff --git a/manpages/brew.1 b/manpages/brew.1 index c4fbadc865..f3f73d9497 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2089,6 +2089,12 @@ Publish the uploaded bottles\. \fB\-\-skip\-online\-checks\fP Don\[u2019]t pass \fB\-\-online\fP to \fBbrew audit\fP and skip \fBbrew livecheck\fP\&\. .TP +\fB\-\-skip\-new\fP +Don\[u2019]t pass \fB\-\-new\fP to \fBbrew audit\fP for new formulae\. +.TP +\fB\-\-skip\-new\-strict\fP +Don\[u2019]t pass \fB\-\-strict\fP to \fBbrew audit\fP for new formulae\. +.TP \fB\-\-skip\-dependents\fP Don\[u2019]t test any dependents\. .TP @@ -2098,9 +2104,6 @@ Don\[u2019]t test livecheck\. \fB\-\-skip\-recursive\-dependents\fP Only test the direct dependents\. .TP -\fB\-\-skip\-repository\-audit\fP -Don\[u2019]t audit the repository\. -.TP \fB\-\-skip\-checksum\-only\-audit\fP Don\[u2019]t audit checksum\-only changes\. .TP