From: Euler Taveira de Oliveira Date: Sat, 23 Mar 2013 02:57:58 +0000 (-0300) Subject: Name is pgBadger. X-Git-Tag: v3.2~3^2~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d41c53b0963eca54fe81aa71ed669269ae01e5ab;p=pgbadger Name is pgBadger. The software is named pgBadger. Fix some places that call it PgBadger (p is lowercase). --- diff --git a/pgbadger b/pgbadger index ed75a8f..5213754 100755 --- 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 $report_title - +