Style fix
This commit is contained in:
parent
ee8dc058d8
commit
68852c9162
@ -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"
|
||||
|
||||
|
||||
@ -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`)."
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user