We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71d0cf commit 8111066Copy full SHA for 8111066
src/bin/createdb/createdb.sh
@@ -11,7 +11,7 @@
11
#
12
13
# IDENTIFICATION
14
-# $Header: /cvsroot/pgsql/src/bin/createdb/Attic/createdb.sh,v 1.10 1998/07/26 04:31:13 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/bin/createdb/Attic/createdb.sh,v 1.11 1998/09/03 02:12:14 momjian Exp $
15
16
#-------------------------------------------------------------------------
17
@@ -67,9 +67,10 @@ done
67
if [ "$usage" ]; then
68
if [ -z "$MBENABLED" ];then
69
echo "Usage: $CMDNAME -a <authtype> -h <server> -p <portnumber> -D <location> [dbname]"
70
+ exit 1
71
else
72
echo "Usage: $CMDNAME -a <authtype> -h <server> -p <portnumber> -D <location> -E <encoding> [dbname]"
- exit 1
73
74
fi
75
76
0 commit comments