summaryrefslogtreecommitdiffstats
path: root/urpmi.update
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi.update')
-rwxr-xr-xurpmi.update1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi.update b/urpmi.update
index 052f21c9..962a431b 100755
--- a/urpmi.update
+++ b/urpmi.update
@@ -53,6 +53,7 @@ sub main {
$urpm->{proxy}{pwd} = $2;
next;
};
+ /^--no-md5sum/ and $options{nomd5sum} = 1, next;
/^--?noa/ and next; #- default, keeped for compability.
/^-/ and die N("usage: urpmi.update [options] <name> ...
where <name> is a medium name to update.