From 471cbdf53eb00c292cb426b3f6978a513ae18989 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Apr 2001 12:50:35 +0000 Subject: *** empty log message *** --- urpmi.removemedia | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'urpmi.removemedia') diff --git a/urpmi.removemedia b/urpmi.removemedia index d68c230f..c4f8f706 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -35,7 +35,12 @@ sub main { foreach (@_) { /^--?a/ and $options{all} = 1, next; - /^-/ and die sprintf(_("unknown options \"%s\"\n"), $_); + /^-/ and die sprintf( +_("usage: urpmi.removemedia [-a] ... +where is a medium name to remove. + -a select all media. + +unknown options \"%s\"\n"), $_); push @toremoves, $_; } -- cgit v1.2.1