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:
Issy Long 2020-12-24 16:00:09 +00:00
parent d9064eb65d
commit 90868fff34
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
3 changed files with 3 additions and 4 deletions

View File

@ -48,8 +48,7 @@ module Homebrew
"This is the default when output is not to a terminal."
switch "-l",
depends_on: "--formula",
description: "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."
description: "List formulae in long format."
switch "-r",
depends_on: "--formula",
description: "Reverse the order of the formulae sort to list the oldest entries first."

View File

@ -339,7 +339,7 @@ If *`cask`* is provided, list its artifacts.
* `-1`:
Force output to be one entry per line. This is the default when output is not to a terminal.
* `-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`:
Reverse the order of the formulae sort to list the oldest entries first.
* `-t`:

View File

@ -468,7 +468,7 @@ Force output to be one entry per line\. This is the default when output is not t
.
.TP
\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
\fB\-r\fR