diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-29 06:42:39 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-29 06:42:39 +0000 |
commit | 57573a55ce93cb59d88c04aae1c34d045a1589b5 (patch) | |
tree | d776ac8298d8ef00062444446eb24cfadae8d638 /man/C | |
parent | 0c582bbec80dc26b77975fba01f0dd87e775d062 (diff) | |
download | urpmi-57573a55ce93cb59d88c04aae1c34d045a1589b5.tar urpmi-57573a55ce93cb59d88c04aae1c34d045a1589b5.tar.gz urpmi-57573a55ce93cb59d88c04aae1c34d045a1589b5.tar.bz2 urpmi-57573a55ce93cb59d88c04aae1c34d045a1589b5.tar.xz urpmi-57573a55ce93cb59d88c04aae1c34d045a1589b5.zip |
Add a new option -m to urpmf to get the media in which a package has been
found.
Diffstat (limited to 'man/C')
-rw-r--r-- | man/C/urpmf.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/C/urpmf.8 b/man/C/urpmf.8 index efc1f7ee..0ab5840e 100644 --- a/man/C/urpmf.8 +++ b/man/C/urpmf.8 @@ -75,6 +75,8 @@ argument is the same argument given to \fB--bug\fP option. Ignore case distinctions in any patterns. .IP "\fB-f\fP" Print version, release and arch along with name of package. +.IP "\fB-m\fP" +Print the name of the media in which the package has been found. .IP "\fB-e\fP" Include code directly in generated perl expression. Use it with \fB--verbose\fP to look at perl code generated. But in any cases, use it only if you know perl. |