aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2016-08-16 10:25:53 +0100
committerGitHub2016-08-16 10:25:53 +0100
commit87173cb7cdd4dca8f5469b67198e98f2fc4011b1 (patch)
tree8fcff21584d3c61eb63b355d380b8add9d019ed6 /Library/Homebrew/cmd
parent8a24d5f942c090e96e752b7bc5dd70074b50963c (diff)
parent0695edafa1a2498711635425604c416dc1873b86 (diff)
downloadbrew-87173cb7cdd4dca8f5469b67198e98f2fc4011b1.tar.bz2
Merge pull request #710 from MikeMcQuaid/list-manpage-tweaks
list: note that `ls` command is used.
Diffstat (limited to 'Library/Homebrew/cmd')
-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.