diff options
author | Tim Harder <radhermit@gmail.com> | 2016-02-21 11:36:28 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2016-02-21 11:36:28 -0500 |
commit | b61c9d6cc0d3a5271a8f3660b7f1ce6cd99c9534 (patch) | |
tree | d992f02aa219d8bee82139db8916f5d6e507b821 /doc | |
parent | ebuild/formatter: move sizeof_fmt() to snakeoil.osutils (diff) | |
download | pkgcore-b61c9d6cc0d3a5271a8f3660b7f1ce6cd99c9534.tar.gz pkgcore-b61c9d6cc0d3a5271a8f3660b7f1ce6cd99c9534.tar.bz2 pkgcore-b61c9d6cc0d3a5271a8f3660b7f1ce6cd99c9534.zip |
pquery: add initial --size support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pquery.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/pquery.rst b/doc/man/pquery.rst index e18ebcf6..7d09940a 100644 --- a/doc/man/pquery.rst +++ b/doc/man/pquery.rst @@ -67,7 +67,7 @@ Other tool pquery Comments ``equery files python`` ``pquery --contents python`` ``--contents`` is an output option, can be combined with any restriction ``equery hasuse python`` ``pquery -I --has-use python`` ``equery list python`` ``pquery -I '*python*'`` this is in ExtendedAtomSyntax -``equery size`` ``not implemented (yet?)`` +``equery size python`` ``pquery --size python`` ``equery uses python`` ``pquery --attr use python`` less information, but is an output option so mixes with any restriction ``emerge -s python`` ``pquery -vnm '*python*'`` ``emerge -S python`` ``pquery -vnS python`` searches through longdescription (from metadata.xml) too |