Skip to content

Commit

Permalink
Merge pull request #17140 from Homebrew/sponsors-maintainers-man-comp…
Browse files Browse the repository at this point in the history
…letions

Update manpage and completions.
  • Loading branch information
ZhongRuoyu committed Apr 24, 2024
2 parents b1207f5 + 20ea418 commit 0612657
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
12 changes: 8 additions & 4 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
9 changes: 6 additions & 3 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0612657

Please sign in to comment.