diff options
author | 2020-05-16 16:29:45 +0200 | |
---|---|---|
committer | 2020-05-16 16:29:45 +0200 | |
commit | a0780928edc76543e63709c915fb7d581bd13291 (patch) | |
tree | 44a5e5c9e83a9523a8a3e5206e055900c89d6446 /man/qfile.1 | |
parent | quse: Coverity rightly pointed out state->match may be NULL (diff) | |
download | portage-utils-a0780928edc76543e63709c915fb7d581bd13291.tar.gz portage-utils-a0780928edc76543e63709c915fb7d581bd13291.tar.bz2 portage-utils-a0780928edc76543e63709c915fb7d581bd13291.zip |
qfile: print symlink targets in verbose mode
e.g.:
% qfile -v /bin/csh
app-shells/tcsh-6.21.00-r1: /bin/csh -> tcsh
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man/qfile.1')
-rw-r--r-- | man/qfile.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/qfile.1 b/man/qfile.1 index 75013111..7caa459d 100644 --- a/man/qfile.1 +++ b/man/qfile.1 @@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH qfile "1" "Nov 2019" "Gentoo Foundation" "qfile" +.TH qfile "1" "May 2020" "Gentoo Foundation" "qfile" .SH NAME qfile \- list all pkgs owning files .SH SYNOPSIS @@ -62,9 +62,9 @@ Don't look in the prunelib registry. Set the ROOT env var. .TP \fB\-v\fR, \fB\-\-verbose\fR -Print package versions to matches, warn about problems with -resolving symlinks or positioning packages under an alternative -root. +Print package versions and symlink targets for matches, warn about +problems with resolving symlinks or positioning packages under an +alternative root. .TP \fB\-q\fR, \fB\-\-quiet\fR Don't print matching file for matches, just the package. Don't |