Style fix

This commit is contained in:
Chris Wegrzyn 2021-04-29 12:51:15 -04:00
parent ee8dc058d8
commit 68852c9162
3 changed files with 6 additions and 3 deletions

View File

@ -78,7 +78,8 @@ module Homebrew
flag "--root-url=",
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
flag "--root-url-using=",
description: "Use the specified download strategy class for downloading the bottle's URL instead of Homebrew's default."
description: "Use the specified download strategy class for downloading the bottle's URL instead of "\
"Homebrew's default."
conflicts "--no-rebuild", "--keep-old"

View File

@ -62,7 +62,8 @@ module Homebrew
flag "--root-url=",
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
flag "--root-url-using=",
description: "Use the specified download strategy class for downloading the bottle's URL instead of Homebrew's default."
description: "Use the specified download strategy class for downloading the bottle's URL instead of "\
"Homebrew's default."
flag "--bintray-mirror=",
description: "Use the specified Bintray repository to automatically mirror stable URLs "\
"defined in the formulae (default: `mirror`)."

View File

@ -41,7 +41,8 @@ module Homebrew
flag "--root-url=",
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
flag "--root-url-using=",
description: "Use the specified download strategy class for downloading the bottle's URL instead of Homebrew's default."
description: "Use the specified download strategy class for downloading the bottle's URL instead of "\
"Homebrew's default."
named_args :none
end