summaryrefslogtreecommitdiffstats
path: root/urpmi.update
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi.update')
-rwxr-xr-xurpmi.update2
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, $_;
}