Add missing dbuser option

This commit is contained in:
Daniel Berteaud 2012-10-18 22:16:59 +02:00
parent 047edc1ae4
commit 94adfb8d89
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ GetOptions(
"log=s" => \$opts{squidlog},
"dbhost=s" => \$opts{dbhost},
"dbname=s" => \$opts{dbname},
"dbuser=s" => \$opts{dbuser},
"dbpass=s" => \$opts{dbpass}
);