diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/pacman.8 | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,7 @@ VERSION DESCRIPTION - orphans search (-Qe) now shows true orphans - new -Qu option- show all packages that can be upgraded - dependency sorting on install and removal + - improved backup handling- backup array is proactive on upgrade - new uncompressed size field, shown on sync upgrade - check for free space before installing packages - improved progress and progressbar output 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 |