From 36e4848b84d7db70404433cc1483133b755f5334 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 10 Dec 2001 15:28:35 +0000 Subject: corrected some English typos --- urpmi.update | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'urpmi.update') diff --git a/urpmi.update b/urpmi.update index 0e66b39a..ed75724b 100755 --- a/urpmi.update +++ b/urpmi.update @@ -40,12 +40,12 @@ sub main { /^--?noa/ and next; #- default, keeped for compability. /^-/ and die _("usage: urpmi.update [options] ... where is a medium name to update. -") . _(" -a - select all non-removable media. -") . _(" -c - clean headers cache directory. -") . _(" -d - force complete computation of depslist.ordered file. -") . _(" -f - force generation of hdlist files. -") . _(" --wget - use wget to retrieve distant files. -") . _(" --curl - use curl to retrieve distant files. +") . _(" -a - select all non-removable media. +") . _(" -c - clean headers cache directory. +") . _(" -d - force complete computation of depslist.ordered file. +") . _(" -f - force generation of hdlist files. +") . _(" --wget - use wget to retrieve distant files. +") . _(" --curl - use curl to retrieve distant files. ") . _("\nunknown options '%s'\n", $_); push @toupdates, $_; } -- cgit v1.2.1