Better help text

This commit is contained in:
Chris Wegrzyn 2021-04-29 10:13:53 -04:00
parent ffbabfd238
commit ee8dc058d8
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ 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 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"

View File

@ -62,7 +62,7 @@ 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 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=",
description: "Use the specified Bintray repository to automatically mirror stable URLs "\
"defined in the formulae (default: `mirror`)."

View File

@ -41,7 +41,7 @@ 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 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
end