diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb
index ef7b739195..eefad0ac95 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.
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index 5f6d4ef5f4..07fa7c5256 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -264,7 +264,9 @@ into /Applications, allowing for easier access.
If provided, --local will symlink them into the user's ~/Applications
directory instead of the system directory.
list, ls [--full-name]List all installed formulae. If --full-name is passed, print formulae with
-full-qualified names.
--full-name is not passed any other options (e.g. -t) are passed to
+ls which produces the actual output.
list, ls --unbrewedList all files in the Homebrew prefix not installed by Homebrew.
list, ls [--versions [--multiple]] [--pinned] [formulae]List the installed files for formulae. Combined with --verbose, recursively
list the contents of all subdirectories in each formula's keg.