diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-01-19 10:48:50 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-01-19 10:48:50 +0100 |
commit | 16215c71c61da9cb44868d58b4c3ce0529c5d4ac (patch) | |
tree | ecd63f17720a35501bc842490779c84cce812f14 /man | |
parent | libq/tree: add initial tree_match_atom with caching (diff) | |
download | portage-utils-16215c71c61da9cb44868d58b4c3ce0529c5d4ac.tar.gz portage-utils-16215c71c61da9cb44868d58b4c3ce0529c5d4ac.tar.bz2 portage-utils-16215c71c61da9cb44868d58b4c3ce0529c5d4ac.zip |
qatom: add -l option to match an atom against the tree
returns the latest available version of the atom requested, or nothing
when not found
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/qatom.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/qatom.1 b/man/qatom.1 index 62549122..4f6ccf2d 100644 --- a/man/qatom.1 +++ b/man/qatom.1 @@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH qatom "1" "Nov 2019" "Gentoo Foundation" "qatom" +.TH qatom "1" "Jan 2020" "Gentoo Foundation" "qatom" .SH NAME qatom \- split atom strings .SH SYNOPSIS @@ -70,6 +70,9 @@ Compare two atoms. \fB\-p\fR, \fB\-\-print\fR Print reconstructed atom. .TP +\fB\-l\fR, \fB\-\-lookup\fR +Lookup atom in tree. +.TP \fB\-\-root\fR \fI<arg>\fR Set the ROOT env var. .TP |