diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-03 15:38:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-03 15:38:07 +0000 |
commit | e5acb42704f1c1a07096d1a79d85632babab5797 (patch) | |
tree | fb7dd5b7360cf86f83b9920e450ee886618d518a /urpm/args.pm | |
parent | 63814fd0024f92527e088562ae9131e92427ed3b (diff) | |
download | urpmi-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.pm | 1 |
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, |