]> granicus.if.org Git - pgbadger/commitdiff
Drop --bar-graph option
authorÉtienne BERSAC <etienne.bersac@dalibo.com>
Wed, 6 Sep 2017 13:49:36 +0000 (15:49 +0200)
committerÉtienne BERSAC <etienne.bersac@dalibo.com>
Wed, 6 Sep 2017 13:49:36 +0000 (15:49 +0200)
README
pgbadger

diff --git a/README b/README
index dcdb8ab9d14b6a7195e88d8224055ea6afa4c850..cec8e8b3c6dda47c8f83ed589c1f72b95720a2cb 100644 (file)
--- a/README
+++ b/README
@@ -19,7 +19,6 @@ SYNOPSIS
         -A | --histo-average N : number of minutes to build the histogram graphs
                                  of queries. Default 60 minutes.
         -b | --begin datetime  : start date/time for the data to be parsed in log.
-        -B | --bar-graph       : use bar graph instead of line by default.
         -c | --dbclient host   : only report on entries for the given client host.
         -C | --nocomment       : remove comments like /* ... */ from queries.
         -d | --dbname database : only report on entries for the given database.
index 03045cea9231b571227c3f30582e0b011e737731..070888b737ac703e36bece07eabe5596f4ea3270 100644 (file)
--- a/pgbadger
+++ b/pgbadger
@@ -312,7 +312,6 @@ my $last_incr_date          = '';
 my $anonymize               = 0;
 my $noclean                 = 0;
 my $retention               = 0;
-my $bar_graph               = 0;
 my $dns_resolv              = 0;
 my $nomultiline             = 0;
 my $noreport                = 0;
@@ -407,7 +406,6 @@ my $result = GetOptions(
        "a|average=i"              => \$avg_minutes,
        "A|histo-average=i"        => \$histo_avg_minutes,
        "b|begin=s"                => \$from,
-       "B|bar-graph!"             => \$bar_graph,
        "c|dbclient=s"             => \@dbclient,
        "C|nocomment!"             => \$remove_comment,
        "d|dbname=s"               => \@dbname,
@@ -1755,7 +1753,6 @@ Options:
     -A | --histo-average min: number of minutes to build the histogram graphs
                              of queries. Default 60 minutes.
     -b | --begin datetime  : start date/time for the data to be parsed in log.
-    -B | --bar-graph       : use bar graph instead of line by default.
     -c | --dbclient host   : only report on entries for the given client host.
     -C | --nocomment       : remove comments like /* ... */ from queries.
     -d | --dbname database : only report on entries for the given database.