Make search and create arguments mandatory

Co-Authored-By: Nanda H Krishna <me@nandahkrishna.com>
This commit is contained in:
Rylan Polster 2021-04-10 14:20:39 -04:00
parent 3fe6e8e1a1
commit 86c241ab42
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -16,7 +16,7 @@ module Homebrew
# NOTE: Keep lines less than 80 characters! Wrapping is just not cricket.
HOMEBREW_HELP = <<~EOS
Example usage:
brew search [TEXT|/REGEX/]
brew search TEXT|/REGEX/
brew info [FORMULA|CASK...]
brew install FORMULA|CASK...
brew update
@ -30,7 +30,7 @@ module Homebrew
brew install --verbose --debug FORMULA|CASK
Contributing:
brew create [URL [--no-fetch]]
brew create URL [--no-fetch]
brew edit [FORMULA|CASK...]
Further help: