diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-24 18:38:56 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-24 18:38:56 +0000 |
commit | 5172e1a46444f54abcced42478bf5af17e48215b (patch) | |
tree | 2d5176c9f4f9c92b07d34d90dfed35dc6f0f0fa4 /urpm/args.pm | |
parent | c90ed08c8cc82eccd61470df90341e2c03dec469 (diff) | |
download | urpmi-5172e1a46444f54abcced42478bf5af17e48215b.tar urpmi-5172e1a46444f54abcced42478bf5af17e48215b.tar.gz urpmi-5172e1a46444f54abcced42478bf5af17e48215b.tar.bz2 urpmi-5172e1a46444f54abcced42478bf5af17e48215b.tar.xz urpmi-5172e1a46444f54abcced42478bf5af17e48215b.zip |
urpmi --gui will now ask with a GUI popup to change media. Intended
to be used with --auto (so other annoying dialogs are not shown)
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 74e93a4a..f953ce88 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -58,6 +58,7 @@ my %options_spec = ( 'synthesis=s' => \$::synthesis, auto => sub { $urpm->{options}{auto} = 1 }, 'allow-medium-change' => \$::allow_medium_change, + 'gui' => \$::gui, 'auto-select' => \$::auto_select, 'no-remove|no-uninstall' => \$::no_remove, keep => sub { $urpm->{options}{keep} = 1 }, |