extract: Fix missing '--git-revision' in the usage banner

This commit is contained in:
Ilya Kulakov 2024-07-05 17:27:22 -07:00
parent 8c4c7319fc
commit a1f9f501e2

View File

@ -13,7 +13,7 @@ module Homebrew
BOTTLE_BLOCK_REGEX = / bottle (?:do.+?end|:[a-z]+)\n\n/m BOTTLE_BLOCK_REGEX = / bottle (?:do.+?end|:[a-z]+)\n\n/m
cmd_args do cmd_args do
usage_banner "`extract` [`--version=`] [`--force`] <formula> <tap>" usage_banner "`extract` [`--version=`] [`--git-revision`] [`--force`] <formula> <tap>"
description <<~EOS description <<~EOS
Look through repository history to find the most recent version of <formula> and Look through repository history to find the most recent version of <formula> and
create a copy in <tap>. Specifically, the command will create the new create a copy in <tap>. Specifically, the command will create the new