summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-03-17 01:24:11 +0100
committerDan McGee <dan@archlinux.org>2011-03-17 01:54:32 +0100
commit308aa38a40fb26d535f0b874bb64fe987126d03f (patch)
tree28aad5b2fdf4b465c3acee922c98a05d79c953ff /doc
parent3707d5bc468dcd8611073d22b24d6f6be19bbe94 (diff)
downloadpacman-308aa38a40fb26d535f0b874bb64fe987126d03f.tar.gz
pacman-308aa38a40fb26d535f0b874bb64fe987126d03f.tar.xz
pacman.8: (re)document behavior of reading from stdin
Change the term 'packages' to 'targets' in the synopsis as well, since command line parameters could just as well be groups, repos, or URLs. Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.8.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index 7a13b897..249c774e 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -11,7 +11,7 @@ pacman - package manager utility
Synopsis
--------
-'pacman' <operation> [options] [packages]
+'pacman' <operation> [options] [targets]
Description
@@ -25,6 +25,12 @@ Since version 3.0.0, pacman has been the frontend to linkman:libalpm[3], the
``Arch Linux Package Management'' library. This library allows alternative
front ends to be written (for instance, a GUI front end).
+Invoking pacman involves specifying an operation with any potential options and
+targets to operate on. A 'target' is usually a package name, filename, URL, or
+a search string. Targets can be provided as command line arguments.
+Additionally, if a single dash (-) is passed as an argument, targets will be
+read from stdin.
+
Operations
----------