diff options
author | Dan McGee <dan@archlinux.org> | 2007-03-20 05:47:11 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-20 05:47:11 +0000 |
commit | b6018c436d3b585c23284be9bbf767caf9d37b36 (patch) | |
tree | 595aedc6fee3a05ff8ffe2c73fdf3f17e13f7e78 /doc/pacman.8 | |
parent | 9b08a5aa9758256389d0fdf3a369447f55ada8e4 (diff) |
* NEWS: add quick line about backup files.
* pacman.8: add documentation for -Se option.
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 |