diff --git a/docs/.rubocop.yml b/docs/.rubocop.yml index 2e17bcfefa..8097f0cbcf 100644 --- a/docs/.rubocop.yml +++ b/docs/.rubocop.yml @@ -6,6 +6,7 @@ AllCops: - ".mdl*.rb" - Rakefile - "_site/**/*" + - Manpage.md # These are included in docs deliberately to show what # `brew create` does and what the user should replace. diff --git a/docs/Manpage.md b/docs/Manpage.md index 371787b6e7..d4c040ca9a 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1179,7 +1179,7 @@ Display the path to the file being used when invoking `brew` *`cmd`*. Summarise contributions to Homebrew repositories. * `--repositories`: - Specify a comma-separated list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `aliases`, `autoupdate`, `bundle`, `command-not-found`, `test-bot`, `services`, `cask-fonts` and `cask-versions`. Omitting this flag, or specifying `--repositories=primary`, searches only the main repositories: brew,core,cask. Specifying `--repositories=all`, searches all repositories. + Specify a comma-separated list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `aliases`, `autoupdate`, `bundle`, `command-not-found`, `test-bot`, `services`, `cask-fonts` and `cask-versions`. Omitting this flag, or specifying `--repositories=primary`, searches only the main repositories: brew,core,cask. Specifying `--repositories=all`, searches all repositories. * `--from`: Date (ISO-8601 format) to start searching contributions. Omitting this flag searches the last year. * `--to`: