From 9b0551b8268d4c755d6090f18665ff97036abf44 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 25 Oct 2002 07:58:56 +0000 Subject: 4.0-22mdk --- urpmi.removemedia | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpmi.removemedia') diff --git a/urpmi.removemedia b/urpmi.removemedia index a3bd9381..c7eac093 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -33,9 +33,10 @@ sub main { /^--?c/ and $options{noclean} = 0, next; /^-/ and die _("usage: urpmi.removemedia [-a] ... where is a medium name to remove. +") . _(" --help - print this help message. ") . _(" -a - select all media. ") . _(" -c - clean headers cache directory. -") . _("\nunknown options '%s'\n", $_); +") . (/^--?h(?:elp)$/ ? _("\nunknown options '%s'\n", $_) : ''); push @toremoves, $_; } -- cgit v1.2.1