]> granicus.if.org Git - pgbadger/commitdiff
Fix --histo-average option. Thanks to Yves Martin for the report.
authorDarold Gilles <gilles@darold.net>
Wed, 21 Sep 2016 11:53:22 +0000 (13:53 +0200)
committerDarold Gilles <gilles@darold.net>
Wed, 21 Sep 2016 11:53:22 +0000 (13:53 +0200)
README
doc/pgBadger.pod
pgbadger

diff --git a/README b/README
index 04dbe19ca22ca06f11f0286b7ed1d557cf7c112e..e4937b56fb4b8b27fe6d238eab9d877e1d53f9a7 100644 (file)
--- 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.
index 9b378f807162ba15f5ca4c54e0b7bd31033847de..9e1d8b2456fa00a9bcb32b83690bd590a68ad75d 100644 (file)
@@ -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.
index 254713411db8e6fd7c8cee00436ac2a0ad53b207..7e174e75ae1a31a253b86cd6126029d12f46073c 100644 (file)
--- 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.