diff --git a/Library/Homebrew/dev-cmd/mirror.rb b/Library/Homebrew/dev-cmd/mirror.rb index ffbea4426e..7e3f2821f9 100644 --- a/Library/Homebrew/dev-cmd/mirror.rb +++ b/Library/Homebrew/dev-cmd/mirror.rb @@ -1,7 +1,9 @@ #: @hide_from_man_page -#: * `mirror` [`--test`] : +#: * `mirror` : #: Reuploads the stable URL for a formula to Bintray to use it as a mirror. +require "cli_parser" + module Homebrew module_function