diff options
-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 |