From: Darold Gilles Date: Wed, 21 Sep 2016 11:53:22 +0000 (+0200) Subject: Fix --histo-average option. Thanks to Yves Martin for the report. X-Git-Tag: v9.1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a27304a54eabb77b098cb96e48a4b190a252bb5;p=pgbadger Fix --histo-average option. Thanks to Yves Martin for the report. --- diff --git a/README b/README index 04dbe19..e4937b5 100644 --- a/README +++ b/README @@ -14,9 +14,9 @@ SYNOPSIS Options: - -a | --average minutes : number of minutes to build the average graphs of - queries and connections. Default 5 minutes. - -A | --histo-avg minutes: number of minutes to build the histogram graphs + -a | --average N : number of minutes to build the average graphs + of queries and connections. Default 5 minutes. + -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. diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 9b378f8..9e1d8b2 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -16,9 +16,9 @@ Arguments: Options: - -a | --average minutes : number of minutes to build the average graphs of - queries and connections. Default 5 minutes. - -A | --histo-avg minutes: number of minutes to build the histogram graphs + -a | --average N : number of minutes to build the average graphs + of queries and connections. Default 5 minutes. + -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. diff --git a/pgbadger b/pgbadger index 2547134..7e174e7 100644 --- a/pgbadger +++ b/pgbadger @@ -1647,7 +1647,7 @@ Options: -a | --average minutes : number of minutes to build the average graphs of queries and connections. Default 5 minutes. - -A | --histo-avg minutes: number of minutes to build the histogram graphs + -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.