From 5d406ae54ab3d8ea0887ea6252c4092d72d471f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 25 Feb 2023 17:52:54 +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. --- 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 1fe3aa4422..9d88c13fab 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -537,7 +537,7 @@ __fish_brew_complete_arg 'config' -l verbose -d 'Make some output more verbose' __fish_brew_complete_cmd 'contributions' 'Contributions to Homebrew repos' -__fish_brew_complete_arg 'contributions' -l csv -d 'Print a CSV of a user\'s contributions across repositories over the time period' +__fish_brew_complete_arg 'contributions' -l csv -d 'Print a CSV of contributions across repositories over the time period' __fish_brew_complete_arg 'contributions' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'contributions' -l from -d 'Date (ISO-8601 format) to start searching contributions' __fish_brew_complete_arg 'contributions' -l help -d 'Show this message' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index b4406ef039..8e5fb74f7e 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -666,7 +666,7 @@ _brew_config() { # brew contributions _brew_contributions() { _arguments \ - '--csv[Print a CSV of a user'\''s contributions across repositories over the time period]' \ + '--csv[Print a CSV of contributions across repositories over the time period]' \ '--debug[Display any debugging information]' \ '--from[Date (ISO-8601 format) to start searching contributions]' \ '--help[Show this message]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index c360f2b0b3..35bfa5bb30 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1124,7 +1124,7 @@ Contributions to Homebrew repos. * `--user`: A GitHub username or email address of a specific person to find contribution data for. * `--csv`: - Print a CSV of a user's contributions across repositories over the time period. + Print a CSV of contributions across repositories over the time period. ### `create` [*`options`*] *`URL`* diff --git a/manpages/brew.1 b/manpages/brew.1 index f9722eccfc..5b0e63eb9c 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1619,7 +1619,7 @@ A GitHub username or email address of a specific person to find contribution dat . .TP \fB\-\-csv\fR -Print a CSV of a user\'s contributions across repositories over the time period\. +Print a CSV of contributions across repositories over the time period\. . .SS "\fBcreate\fR [\fIoptions\fR] \fIURL\fR" Generate a formula or, with \fB\-\-cask\fR, a cask for the downloadable file at \fIURL\fR and open it in the editor\. Homebrew will attempt to automatically derive the formula name and version, but if it fails, you\'ll have to make your own template\. The \fBwget\fR formula serves as a simple example\. For the complete API, see: \fIhttps://rubydoc\.brew\.sh/Formula\fR