diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-11-19 16:45:46 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-11-19 16:45:46 +0100 |
commit | 0836fe5cb434fb285b1034958bfc47ad433e237c (patch) | |
tree | d2ce490777ff12aefdb2dc12c0caf992ae402617 /bin | |
parent | e5ae10f90999cde368ff3b22911b663e7814c64c (diff) |
overview should be -disabled- by default
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/icli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ my $context; my $colours = 1; my $list_type = 's'; my $verbosity = 1; -my $overview = 1; +my $overview = 0; my $recheck = 0; my $force_recheck = 0; my $match_output = undef; |