Skip to content

Commit

Permalink
Merge pull request #17638 from Kentzo/extract-git-version-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jul 7, 2024
2 parents 8c4c731 + 1a6f6f0 commit 2e2dc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/dev-cmd/extract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Extract < AbstractCommand
BOTTLE_BLOCK_REGEX = / bottle (?:do.+?end|:[a-z]+)\n\n/m

cmd_args do
usage_banner "`extract` [`--version=`] [`--force`] <formula> <tap>"
usage_banner "`extract` [`--version=`] [`--git-revision=`] [`--force`] <formula> <tap>"
description <<~EOS
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
Expand Down

0 comments on commit 2e2dc59

Please sign in to comment.