From: Guillaume Lelarge Date: Sat, 15 Sep 2012 12:04:22 +0000 (+0200) Subject: Rename --name to --appname X-Git-Tag: v3.2~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c799261a8341569eab3551c807f59af5b6512a1;p=pgbadger Rename --name to --appname --- diff --git a/pgbadger b/pgbadger index 957663a..ee36e42 100755 --- a/pgbadger +++ b/pgbadger @@ -120,7 +120,7 @@ my $result = GetOptions( "i|ident=s" => \$ident, "l|last-parsed=s" => \$last_parsed, "m|maxlength=i" => \$maxlength, - "N|name=s" => \$dbappname, + "N|appname=s" => \$dbappname, "n|nohighlight!" => \$nohighlight, "o|outfile=s" => \$outfile, "p|prefix=s" => \$log_line_prefix, @@ -787,7 +787,7 @@ Options: -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 | --name name : only report what concern the given application name + -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.