From 9a27304a54eabb77b098cb96e48a4b190a252bb5 Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Wed, 21 Sep 2016 13:53:22 +0200 Subject: [PATCH] Fix --histo-average option. Thanks to Yves Martin for the report. --- README | 6 +++--- doc/pgBadger.pod | 6 +++--- pgbadger | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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. -- 2.50.1