cmd/list: Remove help text about -l displaying file sizes
- It doesn't work on the `HOMEBREW_CELLAR` dir for some reason, and using `du -sh` instead (PR 10131) was an extra call that we don't need. - (I had to edit the man page manually as `brew man` gives me "Broken pipe" errors.)
This commit is contained in:
parent
d9064eb65d
commit
90868fff34
@ -48,8 +48,7 @@ module Homebrew
|
|||||||
"This is the default when output is not to a terminal."
|
"This is the default when output is not to a terminal."
|
||||||
switch "-l",
|
switch "-l",
|
||||||
depends_on: "--formula",
|
depends_on: "--formula",
|
||||||
description: "List formulae in long format. If the output is to a terminal, "\
|
description: "List formulae in long format."
|
||||||
"a total sum for all the file sizes is printed before the long listing."
|
|
||||||
switch "-r",
|
switch "-r",
|
||||||
depends_on: "--formula",
|
depends_on: "--formula",
|
||||||
description: "Reverse the order of the formulae sort to list the oldest entries first."
|
description: "Reverse the order of the formulae sort to list the oldest entries first."
|
||||||
|
|||||||
@ -339,7 +339,7 @@ If *`cask`* is provided, list its artifacts.
|
|||||||
* `-1`:
|
* `-1`:
|
||||||
Force output to be one entry per line. This is the default when output is not to a terminal.
|
Force output to be one entry per line. This is the default when output is not to a terminal.
|
||||||
* `-l`:
|
* `-l`:
|
||||||
List formulae in long format. If the output is to a terminal, a total sum for all the file sizes is printed before the long listing.
|
List formulae in long format.
|
||||||
* `-r`:
|
* `-r`:
|
||||||
Reverse the order of the formulae sort to list the oldest entries first.
|
Reverse the order of the formulae sort to list the oldest entries first.
|
||||||
* `-t`:
|
* `-t`:
|
||||||
|
|||||||
@ -468,7 +468,7 @@ Force output to be one entry per line\. This is the default when output is not t
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-l\fR
|
\fB\-l\fR
|
||||||
List formulae in long format\. If the output is to a terminal, a total sum for all the file sizes is printed before the long listing\.
|
List formulae in long format\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-r\fR
|
\fB\-r\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user