man: fix style issue
This commit is contained in:
parent
07ffa7dda7
commit
ac3ce218e3
@ -218,7 +218,8 @@ module Homebrew
|
|||||||
|
|
||||||
sig { returns(String) }
|
sig { returns(String) }
|
||||||
def global_cask_options_manpage
|
def global_cask_options_manpage
|
||||||
lines = ["These options are applicable to the `install`, `reinstall`, and `upgrade` subcommands with the `--cask` flag.\n"]
|
lines = ["These options are applicable to the `install`, `reinstall`, and `upgrade` " \
|
||||||
|
"subcommands with the `--cask` flag.\n"]
|
||||||
lines += Homebrew::CLI::Parser.global_cask_options.map do |_, long, description:, **|
|
lines += Homebrew::CLI::Parser.global_cask_options.map do |_, long, description:, **|
|
||||||
generate_option_doc(nil, long.chomp("="), description)
|
generate_option_doc(nil, long.chomp("="), description)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user