diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-01 15:44:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-01 15:44:40 +0000 |
commit | e6d6502758210991a8fff3159b62f386138f6477 (patch) | |
tree | 50a33822b47b59db949174e8dd12abe3b58d0122 /urpmi.addmedia | |
parent | 348de183f06992ca578503bdba9ce28f15f6ba76 (diff) | |
download | urpmi-e6d6502758210991a8fff3159b62f386138f6477.tar urpmi-e6d6502758210991a8fff3159b62f386138f6477.tar.gz urpmi-e6d6502758210991a8fff3159b62f386138f6477.tar.bz2 urpmi-e6d6502758210991a8fff3159b62f386138f6477.tar.xz urpmi-e6d6502758210991a8fff3159b62f386138f6477.zip |
factorize handling of -q|--quiet and -v|--verbose for all tools
this fixes -q option not handled by urpmi.update (#31890)
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index e1d0eece..c8bb7076 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -103,8 +103,6 @@ my $urpm = new urpm; urpm::args::parse_cmdline(urpm => $urpm) or usage(); our ($name, $url, $with, $relative_hdlist) = our @cmdline; -#- remove verbose if not asked. -$options{verbose} > 0 or $urpm->{log} = sub {}; $options{quiet} = 1 if $options{verbose} < 0; $url or ($url, $name) = ($name, ''); |