Better help text

This commit is contained in:
Chris Wegrzyn
2021-04-29 12:37:22 -04:00
parent ffbabfd238
commit ee8dc058d8
3 changed files with 3 additions and 3 deletions
+1 -1
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"
+1 -1
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`)."
+1 -1
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