diff options
-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, |