summaryrefslogtreecommitdiffstats
path: root/urpmi.update
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-12-10 15:28:35 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-12-10 15:28:35 +0000
commit36e4848b84d7db70404433cc1483133b755f5334 (patch)
tree8257c8c812a42ba13d8e7a0d0f6e7664c0d7eb65 /urpmi.update
parent3147af6d8ff5173fa0dd9c24868a421bb8a43af8 (diff)
downloadurpmi-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-xurpmi.update12
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, $_;
}