diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-12-10 15:28:35 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-12-10 15:28:35 +0000 |
commit | 36e4848b84d7db70404433cc1483133b755f5334 (patch) | |
tree | 8257c8c812a42ba13d8e7a0d0f6e7664c0d7eb65 /urpmi.update | |
parent | 3147af6d8ff5173fa0dd9c24868a421bb8a43af8 (diff) | |
download | urpmi-36e4848b84d7db70404433cc1483133b755f5334.tar urpmi-36e4848b84d7db70404433cc1483133b755f5334.tar.gz urpmi-36e4848b84d7db70404433cc1483133b755f5334.tar.bz2 urpmi-36e4848b84d7db70404433cc1483133b755f5334.tar.xz urpmi-36e4848b84d7db70404433cc1483133b755f5334.zip |
corrected some English typos
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 12 |
1 files changed, 6 insertions, 6 deletions
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] <name> ... where <name> 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, $_; } |