Capitalize descriptions of --HEAD, --devel
Closes Homebrew/homebrew#35027. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1c3a810830
commit
a70a805111
@ -29,7 +29,7 @@ module Homebrew
|
|||||||
f.options.sort_by(&:flag).each do |opt|
|
f.options.sort_by(&:flag).each do |opt|
|
||||||
puts "#{opt.flag}\n\t#{opt.description}"
|
puts "#{opt.flag}\n\t#{opt.description}"
|
||||||
end
|
end
|
||||||
puts "--devel\n\tinstall development version #{f.devel.version}" if f.devel
|
puts "--devel\n\tInstall development version #{f.devel.version}" if f.devel
|
||||||
puts "--HEAD\n\tinstall HEAD version" if f.head
|
puts "--HEAD\n\tInstall HEAD version" if f.head
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user