Better help text
This commit is contained in:
parent
ffbabfd238
commit
ee8dc058d8
@ -78,7 +78,7 @@ module Homebrew
|
|||||||
flag "--root-url=",
|
flag "--root-url=",
|
||||||
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
|
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
|
||||||
flag "--root-url-using=",
|
flag "--root-url-using=",
|
||||||
description: "Use the specified download strategy for the root_url in the generated DSL via `using:' arg"
|
description: "Use the specified download strategy class for downloading the bottle's URL instead of Homebrew's default."
|
||||||
|
|
||||||
conflicts "--no-rebuild", "--keep-old"
|
conflicts "--no-rebuild", "--keep-old"
|
||||||
|
|
||||||
|
|||||||
@ -62,7 +62,7 @@ module Homebrew
|
|||||||
flag "--root-url=",
|
flag "--root-url=",
|
||||||
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
|
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
|
||||||
flag "--root-url-using=",
|
flag "--root-url-using=",
|
||||||
description: "Use the specified download strategy for the root_url in the generated DSL via `using:' arg"
|
description: "Use the specified download strategy class for downloading the bottle's URL instead of Homebrew's default."
|
||||||
flag "--bintray-mirror=",
|
flag "--bintray-mirror=",
|
||||||
description: "Use the specified Bintray repository to automatically mirror stable URLs "\
|
description: "Use the specified Bintray repository to automatically mirror stable URLs "\
|
||||||
"defined in the formulae (default: `mirror`)."
|
"defined in the formulae (default: `mirror`)."
|
||||||
|
|||||||
@ -41,7 +41,7 @@ module Homebrew
|
|||||||
flag "--root-url=",
|
flag "--root-url=",
|
||||||
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
|
description: "Use the specified <URL> as the root of the bottle's URL instead of Homebrew's default."
|
||||||
flag "--root-url-using=",
|
flag "--root-url-using=",
|
||||||
description: "Use the specified download strategy for the root_url in the generated DSL via `using:' arg"
|
description: "Use the specified download strategy class for downloading the bottle's URL instead of Homebrew's default."
|
||||||
|
|
||||||
named_args :none
|
named_args :none
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user