diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-04 02:07:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-04 02:07:58 +0000 |
commit | bcba5ef937a94d563a94e34578e96b13bf0937f6 (patch) | |
tree | 6900dc9240b4279b14f0617bfcd7ce4f2b2022bb /urpmf | |
parent | 149e574f2e85166372c6a42d1dfb717587f10ccd (diff) | |
download | urpmi-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-x | urpmf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}; } } |