aboutsummaryrefslogtreecommitdiff
path: root/build/pgsql/pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'build/pgsql/pgsql')
-rwxr-xr-xbuild/pgsql/pgsql4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/pgsql/pgsql b/build/pgsql/pgsql
index 299106b..c1c2482 100755
--- a/build/pgsql/pgsql
+++ b/build/pgsql/pgsql
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# file : build/mysql/pgsql
+# file : build/pgsql/pgsql
# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -19,7 +19,7 @@ while [ $# -gt 0 ]; do
opt="$opt --user=$2"
shift 2
;;
- --dbname)
+ --database)
opt="$opt --dbname=$2"
shift 2
;;