From 5792a0d1ef0c6f8779e271e9cf668511a8f6d41f Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Mon, 15 Feb 2021 13:32:22 +1100 Subject: [PATCH] Update completions and manpages. --- completions/fish/brew.fish | 2 +- completions/zsh/_brew | 2 +- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index a2c251d9b9..88c2de9ab4 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1225,7 +1225,7 @@ __fish_brew_complete_arg 'sh' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'sh' -l verbose -d 'Make some output more verbose' -__fish_brew_complete_cmd 'sponsors' 'Print a Markdown summary of Homebrew\'s GitHub Sponsors, suitable for pasting into a README' +__fish_brew_complete_cmd 'sponsors' 'Update the list of GitHub Sponsors in the `Homebrew/brew` README' __fish_brew_complete_arg 'sponsors' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'sponsors' -l help -d 'Show this message' __fish_brew_complete_arg 'sponsors' -l quiet -d 'Make some output more quiet' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 22c4e2e749..821684dc31 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -196,7 +196,7 @@ __brew_internal_commands() { 'search:Perform a substring search of cask tokens and formula names for text' 'sh:Enter an interactive shell for Homebrew'\''s build environment' 'shellenv:Print export statements' - 'sponsors:Print a Markdown summary of Homebrew'\''s GitHub Sponsors, suitable for pasting into a README' + 'sponsors:Update the list of GitHub Sponsors in the `Homebrew/brew` README' 'style:Check formulae or files for conformance to Homebrew style guidelines' 'tap:Tap a formula repository' 'tap-info:Show detailed information about one or more taps' diff --git a/docs/Manpage.md b/docs/Manpage.md index e977015f9d..357d667dca 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1259,7 +1259,7 @@ which build systems would not find otherwise. ### `sponsors` -Print a Markdown summary of Homebrew's GitHub Sponsors, suitable for pasting into a README. +Update the list of GitHub Sponsors in the `Homebrew/brew` README. ### `style` [*`options`*] [*`file`*|*`tap`*|*`formula`*|*`cask`* ...] diff --git a/manpages/brew.1 b/manpages/brew.1 index cfb2168156..8d3ebe8429 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1737,7 +1737,7 @@ Use the standard \fBPATH\fR instead of superenv\'s when \fBstd\fR is passed\. Execute commands in a non\-interactive shell\. . .SS "\fBsponsors\fR" -Print a Markdown summary of Homebrew\'s GitHub Sponsors, suitable for pasting into a README\. +Update the list of GitHub Sponsors in the \fBHomebrew/brew\fR README\. . .SS "\fBstyle\fR [\fIoptions\fR] [\fIfile\fR|\fItap\fR|\fIformula\fR|\fIcask\fR \.\.\.]" Check formulae or files for conformance to Homebrew style guidelines\.