aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-06-21 16:44:15 +0800
committerXu Cheng2015-06-22 22:17:10 +0800
commitb18015a7e16087585f77862693807cb00dc30b31 (patch)
tree30c36bff4ca51c311a39bf7d28cbd22aa20d4604 /Library
parent692795f82d24a810a2190bf3fb2ff71652df2a0a (diff)
downloadbrew-b18015a7e16087585f77862693807cb00dc30b31.tar.bz2
manpage: update list command
Closes Homebrew/homebrew#40921. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/manpages/brew.1.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 9065ba435..4b3ef93f5 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -258,15 +258,16 @@ Note that these flags should only appear after a command.
If provided, `--local` will move them into the user's `~/Applications`
directory instead of the system directory. It may need to be created, first.
- * `ls, list [--unbrewed] [--versions [--multiple]] [--pinned]` [<formulae>]:
- Without any arguments, list all installed formulae.
+ * `ls, list [--full-name]`
+ List all installed formulae. If `--full-name` is passed, print formulae with
+ full-qualified names.
- If <formulae> are given, list the installed files for <formulae>.
- Combined with `--verbose`, recursively list the contents of all subdirectories
- in each <formula>'s keg.
+ * `ls, list --unbrewed`
+ List all files in the Homebrew prefix not installed by Homebrew.
- If `--unbrewed` is passed, list all files in the Homebrew prefix not installed
- by Homebrew.
+ * `ls, list [--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.
If `--versions` is passed, show the version number for installed formulae,
or only the specified formulae if <formulae> are given. With `--multiple`,