diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index 8b71aae62a..9631678b6e 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -78,7 +78,8 @@ module Homebrew flag "--root-url=", description: "Use the specified 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" diff --git a/Library/Homebrew/dev-cmd/pr-pull.rb b/Library/Homebrew/dev-cmd/pr-pull.rb index 23c1033be4..74ee7d8fed 100644 --- a/Library/Homebrew/dev-cmd/pr-pull.rb +++ b/Library/Homebrew/dev-cmd/pr-pull.rb @@ -62,7 +62,8 @@ module Homebrew flag "--root-url=", description: "Use the specified 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`)." diff --git a/Library/Homebrew/dev-cmd/pr-upload.rb b/Library/Homebrew/dev-cmd/pr-upload.rb index 27adc33068..41a1fd9227 100644 --- a/Library/Homebrew/dev-cmd/pr-upload.rb +++ b/Library/Homebrew/dev-cmd/pr-upload.rb @@ -41,7 +41,8 @@ module Homebrew flag "--root-url=", description: "Use the specified 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