Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/pacman.8.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-16 19:55:28 -0500
committerDan McGee <dan@archlinux.org>2011-03-16 19:55:28 -0500
commite6c9076a74f72d7c5164e2154ce1f47f8886e6e5 (patch)
tree341489024952aec1813c7ce67bc45faf8c5b6441 /doc/pacman.8.txt
parentcff36093f3b778b3bda9c9d1a3acf24e36dd9f73 (diff)
parent308aa38a40fb26d535f0b874bb64fe987126d03f (diff)
Merge branch 'maint'
Diffstat (limited to 'doc/pacman.8.txt')
-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
----------