]> granicus.if.org Git - pgbadger/commitdiff
Add information in usage output about single process forcing with csvlog
authorGilles Darold <gilles.darold@dalibo.com>
Fri, 9 Nov 2018 12:17:54 +0000 (13:17 +0100)
committerGilles Darold <gilles.darold@dalibo.com>
Fri, 9 Nov 2018 12:17:54 +0000 (13:17 +0100)
format in -j and -J options. Thanks to cstdenis for the report.

README
doc/pgBadger.pod
pgbadger

diff --git a/README b/README
index d8a3388fbba147d504c57bac6dbf78f60332cbbc..40d1760a8b45630b0da999e415aa674c5cd6a2c2 100644 (file)
--- a/README
+++ b/README
@@ -33,10 +33,10 @@ SYNOPSIS
         -i | --ident name      : programname used as syslog ident. Default: postgres
         -I | --incremental     : use incremental mode, reports will be generated by
                                  days in a separate directory, --outdir must be set.
-        -j | --jobs number     : number of jobs to run at same time. Default is 1,
-                                 run as single process.
-        -J | --Jobs number     : number of log file to parse in parallel. Default
-                                 is 1, run as single process.
+        -j | --jobs number     : number of jobs to run at same time. Run as single
+                                 by default or when working with csvlog.
+        -J | --Jobs number     : number of log file to parse in parallel. Process one
+                                 file at a time by default or when csvlog is used.
         -l | --last-parsed file: allow incremental log parsing by registering the
                                  last datetime and line parsed. Useful if you want
                                  to watch errors since last run or if you want one
index aaeeb1bcb4d13bdb14ba65c6d8c624cf534856cd..9ec5add843654aa1c0b67a35ae173a95af4fd306 100644 (file)
@@ -35,10 +35,10 @@ Options:
     -i | --ident name      : programname used as syslog ident. Default: postgres
     -I | --incremental     : use incremental mode, reports will be generated by
                              days in a separate directory, --outdir must be set.
-    -j | --jobs number     : number of jobs to run at same time. Default is 1,
-                            run as single process.
-    -J | --Jobs number     : number of log file to parse in parallel. Default
-                             is 1, run as single process.
+    -j | --jobs number     : number of jobs to run at same time. Run as single
+                             by default or when working with csvlog.
+    -J | --Jobs number     : number of log file to parse in parallel. Process one
+                             file at a time by default or when csvlog is used.
     -l | --last-parsed file: allow incremental log parsing by registering the
                              last datetime and line parsed. Useful if you want
                              to watch errors since last run or if you want one
index 30c8bf686c1b91303273d73d90ed227182ac65dc..e20c3da67de5f98b1698547117cecf036ae3cc3d 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -1724,10 +1724,10 @@ Options:
     -i | --ident name      : programname used as syslog ident. Default: postgres
     -I | --incremental     : use incremental mode, reports will be generated by
                              days in a separate directory, --outdir must be set.
-    -j | --jobs number     : number of jobs to run at same time. Default is 1,
-                            run as single process.
-    -J | --Jobs number     : number of log file to parse in parallel. Default
-                             is 1, run as single process.
+    -j | --jobs number     : number of jobs to run at same time. Run as single
+                            by default or when working with csvlog.
+    -J | --Jobs number     : number of log file to parse in parallel. Process one
+                             file at a time by default or when csvlog is used.
     -l | --last-parsed file: allow incremental log parsing by registering the
                              last datetime and line parsed. Useful if you want
                              to watch errors since last run or if you want one