diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 23f0e9e64b..82c60a5049 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -600,7 +600,7 @@ __fish_brew_complete_arg 'dispatch-build-bottle' -l issue -d 'If specified, post __fish_brew_complete_arg 'dispatch-build-bottle' -l linux -d 'Dispatch bottle for Linux (using GitHub runners)' __fish_brew_complete_arg 'dispatch-build-bottle' -l linux-self-hosted -d 'Dispatch bottle for Linux (using self-hosted runner)' __fish_brew_complete_arg 'dispatch-build-bottle' -l linux-wheezy -d 'Use Debian Wheezy container for building the bottle on Linux' -__fish_brew_complete_arg 'dispatch-build-bottle' -l macos -d 'Version of macOS the bottle should be built for' +__fish_brew_complete_arg 'dispatch-build-bottle' -l macos -d 'Version(s) of macOS the bottle should be built for' __fish_brew_complete_arg 'dispatch-build-bottle' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'dispatch-build-bottle' -l tap -d 'Target tap repository (default: `homebrew/core`)' __fish_brew_complete_arg 'dispatch-build-bottle' -l timeout -d 'Build timeout (in minutes, default: 60)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 21f81a98e3..562eec8407 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -735,7 +735,7 @@ _brew_dispatch_build_bottle() { '(--macos --linux-self-hosted)--linux[Dispatch bottle for Linux (using GitHub runners)]' \ '(--macos --linux)--linux-self-hosted[Dispatch bottle for Linux (using self-hosted runner)]' \ '--linux-wheezy[Use Debian Wheezy container for building the bottle on Linux]' \ - '(--linux --linux-self-hosted)--macos[Version of macOS the bottle should be built for]' \ + '(--linux --linux-self-hosted)--macos[Version(s) of macOS the bottle should be built for]' \ '--quiet[Make some output more quiet]' \ '--tap[Target tap repository (default: `homebrew/core`)]' \ '--timeout[Build timeout (in minutes, default: 60)]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 4639418d0a..d81172b8a2 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1100,7 +1100,7 @@ Build bottles for these formulae with GitHub Actions. * `--issue`: If specified, post a comment to this issue number if the job fails. * `--macos`: - Version of macOS the bottle should be built for. + Version(s) of macOS the bottle should be built for. * `--workflow`: Dispatch specified workflow (default: `dispatch-build-bottle.yml`). * `--upload`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 33e1c73506..401b540244 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1572,7 +1572,7 @@ If specified, post a comment to this issue number if the job fails\. . .TP \fB\-\-macos\fR -Version of macOS the bottle should be built for\. +Version(s) of macOS the bottle should be built for\. . .TP \fB\-\-workflow\fR