mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
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>
This commit is contained in:
parent
3707d5bc46
commit
308aa38a40
@ -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
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user