dev-cmd/contributions: fix spacing.
Otherwise this fails the documentation lint.
This commit is contained in:
parent
6b7ecd18e9
commit
37b4780037
@ -28,8 +28,8 @@ module Homebrew
|
|||||||
|
|
||||||
comma_array "--repositories",
|
comma_array "--repositories",
|
||||||
description: "Specify a comma-separated (no spaces) list of repositories to search. " \
|
description: "Specify a comma-separated (no spaces) list of repositories to search. " \
|
||||||
"Supported repositories: #{SUPPORTED_REPOS.map { |t| "`#{t}`" }.to_sentence}." \
|
"Supported repositories: #{SUPPORTED_REPOS.map { |t| "`#{t}`" }.to_sentence}. " \
|
||||||
"Omitting this flag, or specifying `--repositories=all`, searches all repositories." \
|
"Omitting this flag, or specifying `--repositories=all`, searches all repositories. " \
|
||||||
"Use `--repositories=primary` to search only the main repositories: brew,core,cask."
|
"Use `--repositories=primary` to search only the main repositories: brew,core,cask."
|
||||||
flag "--from=",
|
flag "--from=",
|
||||||
description: "Date (ISO-8601 format) to start searching contributions."
|
description: "Date (ISO-8601 format) to start searching contributions."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user