summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-04 02:07:58 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-04 02:07:58 +0000
commitbcba5ef937a94d563a94e34578e96b13bf0937f6 (patch)
tree6900dc9240b4279b14f0617bfcd7ce4f2b2022bb /urpmf
parent149e574f2e85166372c6a42d1dfb717587f10ccd (diff)
downloadurpmi-bcba5ef937a94d563a94e34578e96b13bf0937f6.tar
urpmi-bcba5ef937a94d563a94e34578e96b13bf0937f6.tar.gz
urpmi-bcba5ef937a94d563a94e34578e96b13bf0937f6.tar.bz2
urpmi-bcba5ef937a94d563a94e34578e96b13bf0937f6.tar.xz
urpmi-bcba5ef937a94d563a94e34578e96b13bf0937f6.zip
Document the --name option to urpmf. Say it should be used when only
synthesis are available.
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmf b/urpmf
index b5a64130..6327bca2 100755
--- a/urpmf
+++ b/urpmf
@@ -40,6 +40,7 @@ usage:
line, incompatible with interactive mode).
") . N(" --uniq - do not print identical lines.
") . N(" --all - print all tags.
+") . N(" --name - print only package names.
") . N(" --group - print tag group: group.
") . N(" --size - print tag size: size.
") . N(" --epoch - print tag epoch: epoch.
@@ -148,6 +149,7 @@ if ($use_hdlist) {
} @{ $urpm->{media} };
if (!@hdmedia) {
print N("Note: since no media searched uses hdlists, urpmf was unable to return any result\n");
+ print N("You may want to use --name to search for package names.\n") if !$params{filename};
}
}