]> granicus.if.org Git - pgbadger/commitdiff
Update documentation about the -N | --appname option
authorDarold <gilles@darold.net>
Sat, 15 Sep 2012 17:10:10 +0000 (19:10 +0200)
committerDarold <gilles@darold.net>
Sat, 15 Sep 2012 17:10:10 +0000 (19:10 +0200)
README
doc/pgBadger.pod

diff --git a/README b/README
index 0aec6637826cca07f2d63de0acd8eb7b0016c1a4..ae57c966f60d18171348422dfae19d27e1c95ef2 100644 (file)
--- a/README
+++ b/README
@@ -29,6 +29,8 @@ SYNOPSIS
                                  report per day with a log rotated each week.
         -m | --maxlength size  : maximum length of a query, it will be cutted above
                                  the given size. Default: no truncate
+        -n | --nohighlight     : disable SQL code highlighting.
+        -N | --appname name    : only report what concern the given application name
         -o | --outfile filename: define the filename for the output. Default depends
                                  of the output format: out.html or out.txt. To dump
                                  output to stdout use - as filename.
index 34020bebb8847f3427a08506fed69db931910028..a77c3aa596057552a57b3a61a024cc45ff64d03f 100644 (file)
@@ -32,6 +32,8 @@ Options:
                              report per day with a log rotated each week.
     -m | --maxlength size  : maximum length of a query, it will be cutted above
                              the given size. Default: no truncate
+    -n | --nohighlight     : disable SQL code highlighting.
+    -N | --appname name    : only report what concern the given application name
     -o | --outfile filename: define the filename for the output. Default depends
                              of the output format: out.html or out.txt. To dump
                              output to stdout use - as filename.