From 2b09fcd6e44cb1e06e716b782ec095736fb41b21 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 23 Apr 2024 08:35:10 +0100 Subject: [PATCH] cmd/list: more consistent switches. --- Library/Homebrew/cmd/list.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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