diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-11 09:27:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-11 09:27:58 +0000 |
commit | 9934fcba779b6193d85119ab0cad74b57541068a (patch) | |
tree | b8cfdbe790a5b1aa5f3e0a62681835152455f7b6 /pod | |
parent | 1d464ccdff963dc25953b4016bc4ceb55217ba46 (diff) | |
download | urpmi-9934fcba779b6193d85119ab0cad74b57541068a.tar urpmi-9934fcba779b6193d85119ab0cad74b57541068a.tar.gz urpmi-9934fcba779b6193d85119ab0cad74b57541068a.tar.bz2 urpmi-9934fcba779b6193d85119ab0cad74b57541068a.tar.xz urpmi-9934fcba779b6193d85119ab0cad74b57541068a.zip |
Some options were not documented.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.removemedia.8.pod | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/pod/urpmi.removemedia.8.pod b/pod/urpmi.removemedia.8.pod index a0de5a6b..8d44cfb2 100644 --- a/pod/urpmi.removemedia.8.pod +++ b/pod/urpmi.removemedia.8.pod @@ -8,9 +8,9 @@ urpmi.removemedia - remove a rpm media from the known media of urpmi =head1 DESCRIPTION -urpmi.removemedia removes from all configuration files all references to -the named media and to rpms from that media. <I<names>> is a list of names -you first told to urpmi.addmedia. +B<urpmi.removemedia> removes from all configuration files all references +to the named media and to rpms from that media. <I<names>> is a list of +names you first told to B<urpmi.addmedia>. =head1 OPTIONS @@ -24,6 +24,18 @@ Select and remove all media. Clean header cache directory (F</var/cache/urpmi/headers>). +=item B<-y> + +Fuzzy match on media names, so you can remove several media at once. + +=item B<-v> + +Be verbose (the default). + +=item B<-q> + +Be quiet. + =back =head1 SEE ALSO |