diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb index e1e2e8b01c..557dd3ebb8 100644 --- a/Library/Homebrew/cmd/list.rb +++ b/Library/Homebrew/cmd/list.rb @@ -37,9 +37,9 @@ module Homebrew switch "--pinned", description: "List only pinned formulae, or only the specified (pinned) " \ "formulae if are provided. See also `pin`, `unpin`." - switch "--manual", "--installed-on-request", + switch "--installed-on-request", description: "List the formulae installed on request." - switch "--auto", "--installed-as-dependency", + switch "--installed-as-dependency", description: "List the formulae installed automatically." # passed through to ls