diff options
-rwxr-xr-x | urpmi.addmedia | 2 | ||||
-rwxr-xr-x | urpmi.update | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index dcfa0f3b..a4c9528e 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -74,10 +74,10 @@ and [options] are from mandrake-release package installed. ") . N(" --virtual - create virtual media wich are always up-to-date, only file:// protocol is allowed. +") . N(" --no-md5sum - disable MD5SUM file checking. ") . N(" -c - clean headers cache directory. ") . N(" -f - force generation of hdlist files. "); - $options{force} = 0; $options{noclean} = 1; $options{probe_with} = 'synthesis'; #- no the default is to probe synthesis file. diff --git a/urpmi.update b/urpmi.update index c2f008fb..d8d5f95d 100755 --- a/urpmi.update +++ b/urpmi.update @@ -67,6 +67,7 @@ where <name> is a medium name to update. ") . N(" --proxy-user - specify user and password to use for proxy authentication (format is <user:password>). ") . N(" --update - update only update media. +") . N(" --no-md5sum - disable MD5SUM file checking. ") . N(" -a - select all non-removable media. ") . N(" -c - clean headers cache directory. ") . N(" -f - force generation of hdlist files. |