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>
This commit is contained in:
Chantry Xavier 2007-09-26 18:59:40 +02:00 committed by Dan McGee
parent fc0e83f05b
commit a6b58638d1
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -113,7 +113,7 @@ static void usage(int op, char *myname)
printf(_(" -d, --deps list all packages installed as dependencies\n"));
printf(_(" -e, --explicit list all packages explicitly installed\n"));
printf(_(" -g, --groups view all members of a package group\n"));
printf(_(" -i, --info view package information\n"));
printf(_(" -i, --info view package information (-ii for backup files)\n"));
printf(_(" -l, --list list the contents of the queried package\n"));
printf(_(" -m, --foreign list installed packages not found in sync db(s)\n"));
printf(_(" -o, --owns <file> query the package that owns <file>\n"));