]> granicus.if.org Git - pgbadger/commitdiff
Fixed help text for --exclude-file
authorMatt Klich <matt.klich@readytalk.com>
Mon, 10 Sep 2012 17:14:35 +0000 (11:14 -0600)
committerMatt Klich <matt.klich@readytalk.com>
Mon, 10 Sep 2012 17:14:35 +0000 (11:14 -0600)
Old help text indicated the option name was --exclude_text which was
incorrect.

doc/pgBadger.pod
pgbadger

index 86e9d50f1b746d3e55dbc99d1a17a87465a2f438..34020bebb8847f3427a08506fed69db931910028 100644 (file)
@@ -56,7 +56,7 @@ Options:
     --exclude-query regex  : any query matching the given regex will be excluded
                              from the report. For example: "^(VACUUM|COMMIT)"
                              you can use this option multiple time.
-    --exclude_file filename: path of the file which contains all the regex to use
+    --exclude-file filename: path of the file which contains all the regex to use
                              to exclude queries from the report. One regex per line.
     --disable-error        : do not generate error report.
     --disable-hourly       : do not generate hourly reports.
index 7da42034739cc85f12befa9c9a6ceb8f3abe72dd..451b887ae39a00ac60b44a6e9775b6b77b8f3fa6 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -782,7 +782,7 @@ Options:
     --exclude-query regex  : any query matching the given regex will be excluded
                             from the report. For example: "^(VACUUM|COMMIT)"
                             you can use this option multiple time.
-    --exclude_file filename: path of the file which contains all the regex to use
+    --exclude-file filename: path of the file which contains all the regex to use
                             to exclude queries from the report. One regex per line.
     --disable-error        : do not generate error report.
     --disable-hourly       : do not generate hourly reports.