diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index 92e700aeeb..e5bcda9e18 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -36,9 +36,9 @@ module Homebrew description: "Search for casks." switch "--desc", description: "Search for formulae with a description matching and casks with " \ - "a name or description matching ." + "a name or description matching .", + depends_on: "--eval-all" switch "--eval-all", - depends_on: "--desc", description: "Evaluate all available formulae and casks, whether installed or not, to search their " \ "descriptions.", env: :eval_all