diff options
Diffstat (limited to 'doc/pacman.8')
-rw-r--r-- | doc/pacman.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pacman.8 b/doc/pacman.8 index 66b91bde..79097783 100644 --- a/doc/pacman.8 +++ b/doc/pacman.8 @@ -188,6 +188,10 @@ downloads packages, it saves them in \fI/var/cache/pacman/pkg\fP. Use one \fB--clean\fP switch to remove \fIold\fP packages; use two to remove \fIall\fP packages from the cache. .TP +.B \-e, --dependsonly +Install all dependencies of a package, but not the specified package itself. +This is pretty useless and we're not sure why it even exists. +.TP .B \-g, --groups Display all the members for each package group specified. If no group names are provided, all groups will be listed; pass the flag twice to view all |