Index: /trunk/tools/diff_outputs.pl
===================================================================
--- /trunk/tools/diff_outputs.pl	(revision 24222)
+++ /trunk/tools/diff_outputs.pl	(revision 24223)
@@ -44,5 +44,4 @@
 my ($input);                    # Input list
 my ($products);                 # Products of interest
-my ($inverse);                  # Get inverse products too?
 
 GetOptions(
@@ -54,5 +53,4 @@
            'skycell_id=s' => \$skycell_id, # Skycell identifier
            'products=s' => \$products, # Products of interest
-           'inverse' => \$inverse, # Get inverse products?
            ) or die "Unable to parse arguments.\n";
 die "Unknown option: @ARGV\n" if @ARGV;
