comparison schema/update-db.sh @ 4115:5c0a99b56b2a

Fix doc
author Tom Gottfried <tom@intevation.de>
date Wed, 31 Jul 2019 18:00:12 +0200
parents 6ee5523967ec
children c1fa4cf8a3f4
comparison
equal deleted inserted replaced
4112:7959f62d3051 4115:5c0a99b56b2a
19 { 19 {
20 cat <<EOF 20 cat <<EOF
21 $ME [OPTION]... 21 $ME [OPTION]...
22 22
23 Options: 23 Options:
24 -d, --db=NAME create the database NAME. Default: "gemma" 24 -d, --db=NAME update the database NAME. Default: "gemma"
25 -p, --port=PORT connect do the postgresql cluster at PORT. 25 -p, --port=PORT connect do the postgresql cluster at PORT.
26 Default is the postgresql standard port 5432 26 Default is the postgresql standard port 5432
27 --help display this help and exit 27 --help display this help and exit
28 28
29 EOF 29 EOF