@@ -229,17 +229,17 @@ usage(void)
229229 pg_upgrade [OPTION]...\n\
230230\n\
231231Options:\n\
232- -b, --old-bindir=OLDBINDIR old cluster executable directory\n\
233- -B, --new-bindir=NEWBINDIR new cluster executable directory\n\
232+ -b, --old-bindir=BINDIR old cluster executable directory\n\
233+ -B, --new-bindir=BINDIR new cluster executable directory\n\
234234 -c, --check check clusters only, don't change any data\n\
235- -d, --old-datadir=OLDDATADIR old cluster data directory\n\
236- -D, --new-datadir=NEWDATADIR new cluster data directory\n\
235+ -d, --old-datadir=DATADIR old cluster data directory\n\
236+ -D, --new-datadir=DATADIR new cluster data directory\n\
237237 -j, --jobs number of simultaneous processes or threads to use\n\
238238 -k, --link link instead of copying files to new cluster\n\
239239 -o, --old-options=OPTIONS old cluster options to pass to the server\n\
240240 -O, --new-options=OPTIONS new cluster options to pass to the server\n\
241- -p, --old-port=OLDPORT old cluster port number (default %d)\n\
242- -P, --new-port=NEWPORT new cluster port number (default %d)\n\
241+ -p, --old-port=PORT old cluster port number (default %d)\n\
242+ -P, --new-port=PORT new cluster port number (default %d)\n\
243243 -r, --retain retain SQL and log files after success\n\
244244 -U, --username=NAME cluster superuser (default \"%s\")\n\
245245 -v, --verbose enable verbose internal logging\n\
@@ -252,10 +252,10 @@ Before running pg_upgrade you must:\n\
252252 shutdown the postmaster servicing the new cluster\n\
253253\n\
254254When you run pg_upgrade, you must provide the following information:\n\
255- the data directory for the old cluster (-d OLDDATADIR )\n\
256- the data directory for the new cluster (-D NEWDATADIR )\n\
257- the \"bin\" directory for the old version (-b OLDBINDIR )\n\
258- the \"bin\" directory for the new version (-B NEWBINDIR )\n\
255+ the data directory for the old cluster (-d DATADIR )\n\
256+ the data directory for the new cluster (-D DATADIR )\n\
257+ the \"bin\" directory for the old version (-b BINDIR )\n\
258+ the \"bin\" directory for the new version (-B BINDIR )\n\
259259\n\
260260For example:\n\
261261 pg_upgrade -d oldCluster/data -D newCluster/data -b oldCluster/bin -B newCluster/bin\n\
0 commit comments