diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-12-03 19:36:59 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-12-03 19:36:59 +0000 |
commit | 3c879e7831ab56a1208e40996dbe49c3aa397df2 (patch) | |
tree | 8e4526d93236e2033ae730ff1c09a02f2f8c0d2b /urpmi.update | |
parent | 824319ed62b59d24955086f651c61c5910cbb986 (diff) | |
download | urpmi-3c879e7831ab56a1208e40996dbe49c3aa397df2.tar urpmi-3c879e7831ab56a1208e40996dbe49c3aa397df2.tar.gz urpmi-3c879e7831ab56a1208e40996dbe49c3aa397df2.tar.bz2 urpmi-3c879e7831ab56a1208e40996dbe49c3aa397df2.tar.xz urpmi-3c879e7831ab56a1208e40996dbe49c3aa397df2.zip |
updated pot file
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, $_; } |