aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-08-14 10:20:18 +0100
committerMike McQuaid2016-08-14 10:38:34 +0100
commit0695edafa1a2498711635425604c416dc1873b86 (patch)
treebd7411b3c8b03c9f5becd0f4885a54ac0333ae4d /Library
parentd5005f4d8be00e89942d13c192e0bb8e75a0edfc (diff)
downloadbrew-0695edafa1a2498711635425604c416dc1873b86.tar.bz2
list: note that `ls` command is used.
And arguments can be passed through to it. Tweak produced out of conversation in https://github.com/Homebrew/brew-evolution/pull/8.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/list.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb
index ef7b73919..eefad0ac9 100644
--- a/Library/Homebrew/cmd/list.rb
+++ b/Library/Homebrew/cmd/list.rb
@@ -1,6 +1,8 @@
#: * `list`, `ls` [`--full-name`]:
#: List all installed formulae. If `--full-name` is passed, print formulae with
-#: full-qualified names.
+#: fully-qualified names.
+#: If `--full-name` is not passed any other options (e.g. `-t`) are passed to
+#: `ls` which produces the actual output.
#:
#: * `list`, `ls` `--unbrewed`:
#: List all files in the Homebrew prefix not installed by Homebrew.