summaryrefslogtreecommitdiffstats
path: root/urpmi.update
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-11-06 16:17:11 +0000
committerFrancois Pons <fpons@mandriva.com>2001-11-06 16:17:11 +0000
commitb9659b79e4119f72dee7c4aecf898fc838922e1b (patch)
tree21f2748e705fc50a14d4b670c6a0312055587ae4 /urpmi.update
parentaac6d071aa7aee5c456a2d0addd0e9c85acd3454 (diff)
downloadurpmi-b9659b79e4119f72dee7c4aecf898fc838922e1b.tar
urpmi-b9659b79e4119f72dee7c4aecf898fc838922e1b.tar.gz
urpmi-b9659b79e4119f72dee7c4aecf898fc838922e1b.tar.bz2
urpmi-b9659b79e4119f72dee7c4aecf898fc838922e1b.tar.xz
urpmi-b9659b79e4119f72dee7c4aecf898fc838922e1b.zip
update to first 2.0 release.
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 34151028..f7d57663 100755
--- a/urpmi.update
+++ b/urpmi.update
@@ -32,6 +32,7 @@ sub main {
foreach (@_) {
/^--?a/ and $options{all} = 1, next;
/^--?c/ and $options{noclean} = 0, next;
+ /^--?c/ and $options{depslist} = 1, next;
/^--?f/ and ++$options{force}, next;
/^--?noa/ and next; #- default, keeped for compability.
/^-/ and die _("usage: urpmi.update [-a] <name> ...