mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 09:21:53 -05:00
document that stdin must not be a tty to read from it
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
7956441350
commit
ec339969d9
@ -27,8 +27,8 @@ 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.
|
||||
Additionally, if stdin is not from a terminal and a single dash (-) is passed
|
||||
as an argument, targets will be read from stdin.
|
||||
|
||||
|
||||
Operations
|
||||
|
Loading…
x
Reference in New Issue
Block a user