From 4c1f2b65bcf4d0370356d9921034f1e79c21176f Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 5 Feb 2025 13:39:02 +0100 Subject: [PATCH] docs: run `brew generate-man-completions` Signed-off-by: Patrick Linnane --- completions/fish/brew.fish | 4 ++-- completions/zsh/_brew | 4 ++-- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 2ba60e3296..36114a1c0c 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -345,13 +345,13 @@ __fish_brew_complete_arg 'audit' -l git -d 'Run additional, slower style checks __fish_brew_complete_arg 'audit' -l help -d 'Show this message' __fish_brew_complete_arg 'audit' -l installed -d 'Only check formulae and casks that are currently installed' __fish_brew_complete_arg 'audit' -l new -d 'Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formulae or casks and implies `--strict` and `--online`' -__fish_brew_complete_arg 'audit' -l no-signing -d 'Audit for app signing, which is required by macOS on ARM' +__fish_brew_complete_arg 'audit' -l no-signing -d 'Audit for app signatures, which are required by macOS on ARM' __fish_brew_complete_arg 'audit' -l online -d 'Run additional, slower style checks that require a network connection' __fish_brew_complete_arg 'audit' -l only -d 'Specify a comma-separated method list to only run the methods named `audit_`method' __fish_brew_complete_arg 'audit' -l only-cops -d 'Specify a comma-separated cops list to check for violations of only the listed RuboCop cops' __fish_brew_complete_arg 'audit' -l os -d 'Audit the given operating system. (Pass `all` to audit all operating systems.)' __fish_brew_complete_arg 'audit' -l quiet -d 'Make some output more quiet' -__fish_brew_complete_arg 'audit' -l signing -d 'Audit for app signing, which is required by macOS on ARM' +__fish_brew_complete_arg 'audit' -l signing -d 'Audit for app signatures, which are required by macOS on ARM' __fish_brew_complete_arg 'audit' -l skip-style -d 'Skip running non-RuboCop style checks. Useful if you plan on running `brew style` separately. Enabled by default unless a formula is specified by name' __fish_brew_complete_arg 'audit' -l strict -d 'Run additional, stricter style checks' __fish_brew_complete_arg 'audit' -l tap -d 'Check formulae and casks within the given tap, specified as user`/`repo' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index c347b74d97..ea3cb89910 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -458,13 +458,13 @@ _brew_audit() { '--help[Show this message]' \ '(--all)--installed[Only check formulae and casks that are currently installed]' \ '--new[Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formulae or casks and implies `--strict` and `--online`]' \ - '--no-signing[Audit for app signing, which is required by macOS on ARM]' \ + '--no-signing[Audit for app signatures, which are required by macOS on ARM]' \ '--online[Run additional, slower style checks that require a network connection]' \ '(--except --only-cops --except-cops)--only[Specify a comma-separated method list to only run the methods named `audit_`method]' \ '(--except-cops --strict --except-cops --only)--only-cops[Specify a comma-separated cops list to check for violations of only the listed RuboCop cops]' \ '--os[Audit the given operating system. (Pass `all` to audit all operating systems.)]' \ '--quiet[Make some output more quiet]' \ - '--signing[Audit for app signing, which is required by macOS on ARM]' \ + '--signing[Audit for app signatures, which are required by macOS on ARM]' \ '--skip-style[Skip running non-RuboCop style checks. Useful if you plan on running `brew style` separately. Enabled by default unless a formula is specified by name]' \ '(--only-cops --except-cops)--strict[Run additional, stricter style checks]' \ '--tap[Check formulae and casks within the given tap, specified as user`/`repo]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index ba01e5aa37..9ba4053381 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1656,7 +1656,7 @@ checks. Will exit with a non-zero status if any errors are found. `--[no-]signing` -: Audit for app signing, which is required by macOS on ARM. +: Audit for app signatures, which are required by macOS on ARM. `--token-conflicts` diff --git a/manpages/brew.1 b/manpages/brew.1 index af5aa97b3e..e8d1ac53fe 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1041,7 +1041,7 @@ Evaluate all available formulae and casks, whether installed or not, to audit th Run various additional style checks to determine if a new formula or cask is eligible for Homebrew\. This should be used when creating new formulae or casks and implies \fB\-\-strict\fP and \fB\-\-online\fP\&\. .TP \fB\-\-[no\-]signing\fP -Audit for app signing, which is required by macOS on ARM\. +Audit for app signatures, which are required by macOS on ARM\. .TP \fB\-\-token\-conflicts\fP Audit for token conflicts\.