diff options
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/urpmi.update b/urpmi.update index e35bd65f..1deb4327 100755 --- a/urpmi.update +++ b/urpmi.update @@ -40,11 +40,11 @@ sub main { /^--?noa/ and next; #- default, keeped for compability. /^-/ and die _("usage: urpmi.update [options] <name> ... where <name> is a medium name to update. -") . _(" -a - select all non-removable media. -") . _(" -c - clean headers cache directory. -") . _(" -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. +") . _(" -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, $_; } |