diff options
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 1 |
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. |