diff options
author | Ivy Foster <ivy.foster@gmail.com> | 2016-10-15 00:13:05 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-10-22 12:50:55 +0200 |
commit | a79be86f5751b4341f1339a32a5a8737439ac28d (patch) | |
tree | fd551687c47f5961746807f307999dd39cac4e10 /doc | |
parent | e8c35bea2bc6cdf616af71806558034f08cb58a3 (diff) | |
download | pacman-a79be86f5751b4341f1339a32a5a8737439ac28d.tar.gz pacman-a79be86f5751b4341f1339a32a5a8737439ac28d.tar.xz |
doc/pacman.8.txt: improve description of -Qt
Though correct, the wording of the description of Query's
-t/--unrequired option was confusing. Closes FS#48144.
Signed-off-by: Ivy Foster <ivy.foster@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 2bafa414..0fa727e8 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -338,10 +338,10 @@ Query Options (apply to '-Q')[[QO]] with descriptions matching ALL of those terms are returned. *-t, \--unrequired*:: - Restrict or filter output to packages not required or optionally required by - any currently installed package. Specify this option twice to only filter - packages that are direct dependencies (i.e. do not filter optional - dependencies). + Restrict or filter output to print only packages neither required nor + optionally required by any currently installed package. Specify this + option twice to include packages which are optionally, but not directly, + required by another package. *-u, \--upgrades*:: Restrict or filter output to packages that are out-of-date on the local |