]> granicus.if.org Git - pgbadger/commitdiff
logo is from Damien Cazeils (and english in comments is better)
authorThibaut <thibaut.madelaine@dalibo.com>
Thu, 15 Dec 2016 16:42:09 +0000 (17:42 +0100)
committerThibaut <thibaut.madelaine@dalibo.com>
Thu, 15 Dec 2016 16:42:09 +0000 (17:42 +0100)
README
pgbadger

diff --git a/README b/README
index 84513364b35058d3f05692620841e0b780c864c3..08d8111469ad11e60e51970cc195662ce3167e2d 100644 (file)
--- a/README
+++ b/README
@@ -609,7 +609,7 @@ JSON FORMAT
 AUTHORS
     pgBadger is an original work from Gilles Darold.
 
-    The pgBadger logo is an original creation of Damien Clochard.
+    The pgBadger logo is an original creation of Damien Cazeils.
 
     The pgBadger v4.x design comes from the "Art is code" company.
 
index f4be108ad8e3afefdbe6e2bfd709e9bcfe11dafe..b008e515f7f5b036843190d80589bfa77fc544ec 100644 (file)
--- a/pgbadger
+++ b/pgbadger
@@ -497,7 +497,7 @@ if ($remote_host) {
        }
 }
 
-# Add journalctl command to the file list si on le trouve pas déjà
+# Add journalctl command to the file list if not already found
 if ($journalctl_cmd) {
        if (!grep(/^\Q$journalctl_cmd\E$/, @ARGV)) {
                $journalctl_cmd .= " --output='short-iso'";