diff --git a/Library/Homebrew/cmd/--cache.rb b/Library/Homebrew/cmd/--cache.rb index 76594f381f..294a236fd6 100644 --- a/Library/Homebrew/cmd/--cache.rb +++ b/Library/Homebrew/cmd/--cache.rb @@ -27,8 +27,7 @@ module Homebrew switch "--force-bottle", description: "Show the cache file used when pouring a bottle." flag "--bottle-tag=", - description: "Show the cache file used when pouring a bottle for the given tag.", - hidden: true + description: "Show the cache file used when pouring a bottle for the given tag." switch "--HEAD", description: "Show the cache file used when building from HEAD." switch "--formula", "--formulae", @@ -97,7 +96,6 @@ module Homebrew arch: args.arch&.to_sym, ) bottle_tag = if (bottle_tag = args.bottle_tag&.to_sym) - odeprecated "brew --cache --bottle-tag", "brew --cache --os --arch" Utils::Bottles::Tag.from_symbol(bottle_tag) else Utils::Bottles::Tag.new(system: os, arch: arch)