From: Gilles Darold Date: Sat, 1 Dec 2018 16:59:15 +0000 (+0100) Subject: Fix some typo. X-Git-Tag: v10.2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f68799704d7639c613d228f88ce88f7601a3cd52;p=pgbadger Fix some typo. --- diff --git a/README b/README index 40d1760..2199e64 100644 --- a/README +++ b/README @@ -153,7 +153,7 @@ SYNOPSIS --normalized-only : only dump all normalized query to out.txt --log-timezone +/-XX : Set the number of hours from GMT of the timezone that must be used to adjust date/time read from - log file before being parsed. Using this option + log file before beeing parsed. Using this option make more difficult log search with a date/time. --prettify-json : use it if you want json output to be prettified. diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 9ec5add..4aae2c2 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -36,7 +36,7 @@ Options: -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. Run as single - by default or when working with csvlog. + 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 @@ -155,7 +155,7 @@ Options: --normalized-only : only dump all normalized query to out.txt --log-timezone +/-XX : Set the number of hours from GMT of the timezone that must be used to adjust date/time read from - log file before being parsed. Using this option + log file before beeing parsed. Using this option make more difficult log search with a date/time. --prettify-json : use it if you want json output to be prettified.