diff options
author | Francois Pons <fpons@mandriva.com> | 2003-04-22 15:03:57 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-04-22 15:03:57 +0000 |
commit | 70babac1ab68c45e64adc45bf01a90374612b116 (patch) | |
tree | 61996ae380838407319fdc0d693609671e0a0816 /urpmi.update | |
parent | 1738d73e62634ff8ef8f2a5938ced4b28bbbdce6 (diff) | |
download | urpmi-70babac1ab68c45e64adc45bf01a90374612b116.tar urpmi-70babac1ab68c45e64adc45bf01a90374612b116.tar.gz urpmi-70babac1ab68c45e64adc45bf01a90374612b116.tar.bz2 urpmi-70babac1ab68c45e64adc45bf01a90374612b116.tar.xz urpmi-70babac1ab68c45e64adc45bf01a90374612b116.zip |
4.3-5mdk
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.update b/urpmi.update index 3f5093a2..052f21c9 100755 --- a/urpmi.update +++ b/urpmi.update @@ -69,7 +69,7 @@ where <name> is a medium name to update. ") . N(" -c - clean headers cache directory. ") . N(" -d - force complete computation of depslist.ordered file. ") . N(" -f - force generation of hdlist files. -") . (/^--?h(?:elp)$/ ? N("\nunknown options '%s'\n", $_) : ''); +") . (/^--?h(?:elp)$/ ? '' : N("\nunknown options '%s'\n", $_)); push @toupdates, $_; } |