summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-03 15:38:07 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-03 15:38:07 +0000
commite5acb42704f1c1a07096d1a79d85632babab5797 (patch)
treefb7dd5b7360cf86f83b9920e450ee886618d518a /urpm/args.pm
parent63814fd0024f92527e088562ae9131e92427ed3b (diff)
downloadurpmi-e5acb42704f1c1a07096d1a79d85632babab5797.tar
urpmi-e5acb42704f1c1a07096d1a79d85632babab5797.tar.gz
urpmi-e5acb42704f1c1a07096d1a79d85632babab5797.tar.bz2
urpmi-e5acb42704f1c1a07096d1a79d85632babab5797.tar.xz
urpmi-e5acb42704f1c1a07096d1a79d85632babab5797.zip
add a warning for gurpmi
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 29587259..783a9ff4 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -59,6 +59,7 @@ my %options_spec_all = (
my %options_spec = (
+ # warning: for gurpm, urpm is _not_ a real urpmi object, only options should be altered:
gurpmi => {
auto => sub { $urpm->{options}{auto} = 1 },
'auto-select' => \$::auto_select,