From 0552dcff62f23017457ad4d1c76f7c8936d2a40a Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Tue, 21 Aug 2018 10:13:07 -0400 Subject: [PATCH] extract: accept tap as a non-flagged argument --- Library/Homebrew/dev-cmd/extract.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/dev-cmd/extract.rb b/Library/Homebrew/dev-cmd/extract.rb index a2ae913281..9ebec61354 100644 --- a/Library/Homebrew/dev-cmd/extract.rb +++ b/Library/Homebrew/dev-cmd/extract.rb @@ -1,8 +1,7 @@ -#: * `extract` [`--force`] `--tap=` [`--version=`]: +#: * `extract` [`--force`] [`--version=`]: #: Looks through repository history to find the of and #: creates a copy in /Formula/@.rb. If the tap is #: not installed yet, attempts to install/clone the tap before continuing. -#: A tap must be passed through `--tap` in order for `extract` to work. #: #: If `--force` is passed, the file at the destination will be overwritten #: if it already exists. Otherwise, existing files will be preserved.