index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Florian Pritz <bluewind@xinu.at> | 2015-10-17 14:37:07 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-11-03 14:36:59 +1000 |
commit | 906dc0ce24d62284b6a3caf612948553e7ffceb3 (patch) | |
tree | 46d1c8c255353b8142eecd8341f050030ff5ee32 /doc/pacman.8.txt | |
parent | 697377aae3df2ed9743f20c92e807526105c60c0 (diff) |
-rw-r--r-- | doc/pacman.8.txt | 5 |
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 838b70b1..514f5591 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -481,6 +481,11 @@ File Options[[FO]] pacman's output is processed in a script, however, you may want to use '--machinereadable' instead. +*--machinereadable*:: + Use a machine readable output format for '--list', '--search' and + '--owns'. The format is 'repository\0pkgname\0pkgver\0path\n' with '\0' + being the NULL character and '\n' a linefeed. + Handling Config Files[[HCF]] ---------------------------- Pacman uses the same logic as 'rpm' to determine action against files that are |