]> granicus.if.org Git - pgbadger/commitdiff
Update documentation to reflect the begin/end time.
authorLuca Ferrari <fluca1978@gmail.com>
Fri, 24 May 2019 13:03:56 +0000 (15:03 +0200)
committerLuca Ferrari <fluca1978@gmail.com>
Fri, 24 May 2019 13:03:56 +0000 (15:03 +0200)
pgbadger

index f635221526892b27924a6462bc4ff2548b152634..87b8327e7421975396c69d93ed9a7be4c35a7eae 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -1746,13 +1746,15 @@ Options:
                              queries and connections. Default 5 minutes.
     -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 | --begin datetime  : start date/time for the data to be parsed in log
+                             (either a timestamp or a time)
     -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.
     -D | --dns-resolv      : client ip addresses are replaced by their DNS name.
                              Be warned that this can really slow down pgBadger.
-    -e | --end datetime    : end date/time for the data to be parsed in log.
+    -e | --end datetime    : end date/time for the data to be parsed in log
+                             (either a timestamp or a time)
     -f | --format logtype  : possible values: syslog, syslog2, stderr, jsonlog,
                              cvs, pgbouncer and logplex. Use this option when
                              pgBadger is not able to auto-detect the log format.