diff options
author | Francois Pons <fpons@mandriva.com> | 2001-12-06 17:43:07 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-12-06 17:43:07 +0000 |
commit | bf14431431b0d3996cbed13b27e483f4fd777d89 (patch) | |
tree | 3b2effe311050a4e39d30bbd721a7491b9aa1e07 /urpmi.addmedia | |
parent | 86f61ad423dbf3b0e45ed770628fea640b673dc8 (diff) | |
download | urpmi-bf14431431b0d3996cbed13b27e483f4fd777d89.tar urpmi-bf14431431b0d3996cbed13b27e483f4fd777d89.tar.gz urpmi-bf14431431b0d3996cbed13b27e483f4fd777d89.tar.bz2 urpmi-bf14431431b0d3996cbed13b27e483f4fd777d89.tar.xz urpmi-bf14431431b0d3996cbed13b27e483f4fd777d89.zip |
3.0 of urpmi.
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index eefdae3c..204fa46b 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -36,7 +36,6 @@ where <url> is one of and [options] are from ") . _(" -c - clean headers cache directory. -") . _(" -d - force complete computation of depslist.ordered file. ") . _(" -f - force generation of hdlist files. ") . _(" --wget - use wget to retrieve distant files. ") . _(" --curl - use curl to retrieve distant files. @@ -47,7 +46,6 @@ and [options] are from $options{sync} = undef; while ($_ = shift @_) { /^--?c/ and $options{noclean} = 0, next; - /^--?d/ and $options{depslist} = 1, next; /^--?f/ and ++$options{force}, next; /^--wget/ and $options{sync} = \&urpm::sync_wget, next; /^--curl/ and $options{sync} = \&urpm::sync_curl, next; |