Skip to content
Snippets Groups Projects
Unverified Commit c5a9de8f authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #9295 from MikeMcQuaid/ls-formula-default

cmd/list: --formula is no longer a default.
parents 9bd312ba f15c4183
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ module Homebrew ...@@ -22,7 +22,7 @@ module Homebrew
If <formula> is provided, summarise the paths within its current keg. If <formula> is provided, summarise the paths within its current keg.
EOS EOS
switch "--formula", "--formulae", 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", switch "--cask", "--casks",
description: "List only casks, or <cask> if provided." description: "List only casks, or <cask> if provided."
switch "--unbrewed", switch "--unbrewed",
......
...@@ -315,7 +315,7 @@ List all installed formulae and casks. ...@@ -315,7 +315,7 @@ List all installed formulae and casks.
If *`formula`* is provided, summarise the paths within its current keg. If *`formula`* is provided, summarise the paths within its current keg.
* `--formula`: * `--formula`:
List only formulae. This is the default when output is not to a terminal. List only formulae.
* `--cask`: * `--cask`:
List only casks, or *`cask`* if provided. List only casks, or *`cask`* if provided.
* `--unbrewed`: * `--unbrewed`:
......
...@@ -424,7 +424,7 @@ If \fIformula\fR is provided, summarise the paths within its current keg\. ...@@ -424,7 +424,7 @@ If \fIformula\fR is provided, summarise the paths within its current keg\.
. .
.TP .TP
\fB\-\-formula\fR \fB\-\-formula\fR
List only formulae\. This is the default when output is not to a terminal\. List only formulae\.
. .
.TP .TP
\fB\-\-cask\fR \fB\-\-cask\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment