From f15c4183e0b3ecf7d639bae3169911c647863dce Mon Sep 17 00:00:00 2001
From: Mike McQuaid <mike@mikemcquaid.com>
Date: Wed, 25 Nov 2020 13:47:05 +0000
Subject: [PATCH] cmd/list: --formula is no longer a default.

This behaviour is disabled.
---
 Library/Homebrew/cmd/list.rb | 2 +-
 docs/Manpage.md              | 2 +-
 manpages/brew.1              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb
index c67ed6e223..556f60bc35 100644
--- a/Library/Homebrew/cmd/list.rb
+++ b/Library/Homebrew/cmd/list.rb
@@ -22,7 +22,7 @@ module Homebrew
         If <formula> is provided, summarise the paths within its current keg.
       EOS
       switch "--formula", "--formulae",
-             description: "List only formulae. This is the default when output is not to a terminal."
+             description: "List only formulae."
       switch "--cask", "--casks",
              description: "List only casks, or <cask> if provided."
       switch "--unbrewed",
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 8c2c809f51..3d833eabed 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -315,7 +315,7 @@ List all installed formulae and casks.
 If *`formula`* is provided, summarise the paths within its current keg.
 
 * `--formula`:
-  List only formulae. This is the default when output is not to a terminal.
+  List only formulae.
 * `--cask`:
   List only casks, or *`cask`* if provided.
 * `--unbrewed`:
diff --git a/manpages/brew.1 b/manpages/brew.1
index 0d2eeaf63b..d9777aad0d 100644
--- a/manpages/brew.1
+++ b/manpages/brew.1
@@ -424,7 +424,7 @@ If \fIformula\fR is provided, summarise the paths within its current keg\.
 .
 .TP
 \fB\-\-formula\fR
-List only formulae\. This is the default when output is not to a terminal\.
+List only formulae\.
 .
 .TP
 \fB\-\-cask\fR
-- 
GitLab