]> granicus.if.org Git - pgbadger/commitdiff
Rename --name to --appname
authorGuillaume Lelarge <guillaume@lelarge.info>
Sat, 15 Sep 2012 12:04:22 +0000 (14:04 +0200)
committerGuillaume Lelarge <guillaume@lelarge.info>
Sat, 15 Sep 2012 12:04:22 +0000 (14:04 +0200)
pgbadger

index 957663ad665b7b58606419e64f56d9a88ca94511..ee36e424c3d5f9dcda3acb654b4da4a638a39029 100755 (executable)
--- 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.