diff options
-rwxr-xr-x | bin/apt-why | 2 |
1 files changed, 0 insertions, 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, ); |