From 0a292d29687870997987fcfd2574f5daca447bbe Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 18 Jun 2009 21:34:36 +0200 Subject: apt-why: Removed --not (it's useless right now) --- bin/apt-why | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/apt-why b/bin/apt-why index d6e50c1..bed860a 100755 --- a/bin/apt-why +++ b/bin/apt-why @@ -8,11 +8,9 @@ use Switch; use Getopt::Long; my $cache = AptPkg::Cache->new; -my $not = 0; my $max_depth = 5; my @deptypes; GetOptions( - 'not' => \$not, 'deptype=s' => \@deptypes, 'depth=i' => \$max_depth, ); -- cgit v1.2.3