* NEWS: add quick line about backup files.

* pacman.8: add documentation for -Se option.
This commit is contained in:
Dan McGee 2007-03-20 05:47:11 +00:00
parent 9b08a5aa97
commit b6018c436d
2 changed files with 5 additions and 0 deletions

1
NEWS
View File

@ -10,6 +10,7 @@ VERSION DESCRIPTION
- orphans search (-Qe) now shows true orphans - orphans search (-Qe) now shows true orphans
- new -Qu option- show all packages that can be upgraded - new -Qu option- show all packages that can be upgraded
- dependency sorting on install and removal - dependency sorting on install and removal
- improved backup handling- backup array is proactive on upgrade
- new uncompressed size field, shown on sync upgrade - new uncompressed size field, shown on sync upgrade
- check for free space before installing packages - check for free space before installing packages
- improved progress and progressbar output - improved progress and progressbar output

View File

@ -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 \fB--clean\fP switch to remove \fIold\fP packages; use two to remove \fIall\fP
packages from the cache. packages from the cache.
.TP .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 .B \-g, --groups
Display all the members for each package group specified. If no group names 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 are provided, all groups will be listed; pass the flag twice to view all