summaryrefslogtreecommitdiffstats
path: root/doc/pacman.8.txt
diff options
context:
space:
mode:
authorXavier Chantry <shiningxc@gmail.com>2009-09-07 20:58:49 +0200
committerDan McGee <dan@archlinux.org>2009-09-09 04:45:17 +0200
commitf53d9bab0ef28f2417abb10d1dff4867bf06b8ea (patch)
treeae695d3ec6dc135b6ac7a8a43545186d509ba73a /doc/pacman.8.txt
parentcd5b029e934476e8ea6dade5798bfa3d6b6ceafd (diff)
downloadpacman-f53d9bab0ef28f2417abb10d1dff4867bf06b8ea.tar.gz
pacman-f53d9bab0ef28f2417abb10d1dff4867bf06b8ea.tar.xz
Allow '-Su foo' operation
This implements FS#15581 '-Su foo' should be more or less equivalent do '-Su ; -S foo' Note : I moved a block of code to a new process_target function Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r--doc/pacman.8.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index a534e057..559b45d8 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -332,7 +332,9 @@ linkman:pacman.conf[5].
necessary. Pass this option twice to enable package downgrade; in this
case pacman will select sync packages whose version does not match with
the local version. This can be useful when the user switches from a testing
- repo to a stable one.
+ repo to a stable one. Additional targets can also be specified manually, so
+ that '-Su foo' will do a system upgrade and install/upgrade the foo package in
+ the same operation.
*-w, \--downloadonly*::
Retrieve all packages from the server, but do not install/upgrade