summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-13 13:44:48 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-13 13:44:48 +0000
commit404c7e99a6a75fbebb05f7e3c50837b54d4ef146 (patch)
treeb7106466466aacda7d75847707ccb606fac24fa3 /urpm
parent8082ff305e7973b52c816cea5d61923deccc1fa6 (diff)
downloadurpmi-404c7e99a6a75fbebb05f7e3c50837b54d4ef146.tar
urpmi-404c7e99a6a75fbebb05f7e3c50837b54d4ef146.tar.gz
urpmi-404c7e99a6a75fbebb05f7e3c50837b54d4ef146.tar.bz2
urpmi-404c7e99a6a75fbebb05f7e3c50837b54d4ef146.tar.xz
urpmi-404c7e99a6a75fbebb05f7e3c50837b54d4ef146.zip
Add a --debug option to print internal callback (instead of using --verbose for that).
Diffstat (limited to 'urpm')
-rw-r--r--urpm/args.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 1e0978f3..8e2e68cb 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -143,6 +143,7 @@ my %options_spec = (
},
buildhost => \$::params{buildhost},
conflicts => \$::params{conflicts},
+ debug => \$::debug,
description => \$::params{description},
epoch => \$::params{epoch},
files => \$::params{files},