diff options
author | Francois Pons <fpons@mandriva.com> | 2003-12-05 19:31:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-12-05 19:31:00 +0000 |
commit | 3ca9398a892c9aeab4cb8892bb3e8c3a8d74530a (patch) | |
tree | 91b204c45806ed8c2465362a6dbc900dd6ff84e3 | |
parent | b1092ce228c6ece3ac155f34cd3d65272acf3ab1 (diff) | |
download | urpmi-3ca9398a892c9aeab4cb8892bb3e8c3a8d74530a.tar urpmi-3ca9398a892c9aeab4cb8892bb3e8c3a8d74530a.tar.gz urpmi-3ca9398a892c9aeab4cb8892bb3e8c3a8d74530a.tar.bz2 urpmi-3ca9398a892c9aeab4cb8892bb3e8c3a8d74530a.tar.xz urpmi-3ca9398a892c9aeab4cb8892bb3e8c3a8d74530a.zip |
added --no-md5sum in help section of urpmi.update.
-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. |