]> granicus.if.org Git - pgbadger/commitdiff
Name is pgBadger.
authorEuler Taveira de Oliveira <euler@timbira.com>
Sat, 23 Mar 2013 02:57:58 +0000 (23:57 -0300)
committerEuler Taveira de Oliveira <euler@timbira.com>
Sat, 23 Mar 2013 02:57:58 +0000 (23:57 -0300)
The software is named pgBadger. Fix some places that call it PgBadger (p
is lowercase).

pgbadger

index ed75a8f0a6ad1209fab558af03f1dcc66348af5b..52137542ef9c995ed74af5ee81d179d9469ba52b 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #------------------------------------------------------------------------------
 #
-# PgBadger - An other PostgreSQL log analyzer that aims to replace and
+# pgBadger - An other PostgreSQL log analyzer that aims to replace and
 #           outperforms pgFouine
 #
 # This program is open source, licensed under the PostgreSQL Licence.
@@ -158,7 +158,7 @@ my $disable_checkpoint      = 0;
 my $disable_autovacuum      = 0;
 my $avg_minutes             = 5;
 my $last_parsed             = '';
-my $report_title            = 'PgBadger: PostgreSQL log analyzer';
+my $report_title            = 'pgBadger: PostgreSQL log analyzer';
 my $log_line_prefix         = '';
 my $compiled_prefix         = '';
 my $project_url             = 'http://dalibo.github.com/pgbadger/';
@@ -803,7 +803,7 @@ exit 0;
 
 #-------------------------------------------------------------------------------
 
-# Show PgBadger command line usage
+# Show pgBadger command line usage
 sub usage
 {
        print qq{
@@ -1929,7 +1929,7 @@ Report not supported by text format
        }
 
        print $fh "\n\n";
-       print $fh "Report generated by PgBadger $VERSION ($project_url).\n";
+       print $fh "Report generated by pgBadger $VERSION ($project_url).\n";
 
 }
 
@@ -2037,7 +2037,7 @@ sub html_header
 <title>$report_title</title>
 <meta NAME="robots" CONTENT="noindex,nofollow">
 <meta HTTP-EQUIV="Expires" CONTENT="$date">
-<meta HTTP-EQUIV="Generator" CONTENT="PgBadger v$VERSION">
+<meta HTTP-EQUIV="Generator" CONTENT="pgBadger v$VERSION">
 <meta HTTP-EQUIV="Date" CONTENT="$date">
 <style type="text/css">
 body { background-color: #dedede; font-family: Verdana ;font-size: 14px;font-style: normal;font-weight: normal;text-transform: normal;letter-spacing: normal;line-height: 17px;padding: 0px; color: rgb(69,54,37); }