diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2007-09-26 18:59:40 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-09-27 22:00:57 -0500 |
commit | a6b58638d12300d826e47697aa7bdc012b7f6684 (patch) | |
tree | 4bef2e16641617b98a7ca3da262c68df481dcbb5 /doc | |
parent | fc0e83f05b29f57accb49544dabe856968349b3a (diff) | |
download | pacman-a6b58638d12300d826e47697aa7bdc012b7f6684.tar.xz |
document the -Qii option.
I suppose -Qii could be used for other things than displaying
the list of backup files, but currently, it's the only one,
so that's how I documented it..
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index f6fee7b4..9be6b8d3 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -157,7 +157,9 @@ Query Options[[QO]] *-i, \--info*:: Display information on a given package. The '-p' option can be used if - querying a package file instead of the local database. + querying a package file instead of the local database. Passing two + '\--info' or '-i' flags will also display the list of backup files and + their modification states. *-l, \--list*:: List all files owned by a given package. Multiple packages can be |