From 0695edafa1a2498711635425604c416dc1873b86 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 14 Aug 2016 10:20:18 +0100 Subject: 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. --- Library/Homebrew/cmd/list.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library') 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. -- cgit v1.2.3