diff options
author | Simon Gomizelj <simongmzlj@gmail.com> | 2012-11-16 01:26:44 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-11-27 15:16:15 +1000 |
commit | fc35b16fd48fd4c6b89826ebe268425600e76f34 (patch) | |
tree | 8c552ec9a1bccdb7a0392c77bbe61a45ed684595 /doc | |
parent | b1d614a01db7a89543d96747afde009ec3b6545d (diff) | |
download | pacman-fc35b16fd48fd4c6b89826ebe268425600e76f34.tar.xz |
pacman: add -n/--native filter to -Q
Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 24c22431..de28b9ca 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -273,6 +273,10 @@ Query Options[[QO]] database(s). Typically these are packages that were downloaded manually and installed with '\--upgrade'. +*-n, \--native*:: + Restrict or filter output to packages that are found in the sync + database(s). This is the inverse filter of '\--foreign'. + *-o, \--owns* <file>:: Search for packages that own the specified file(s). The path can be relative or absolute and one or more files can be specified. |