@@ -229,17 +229,17 @@ usage(void)
229
229
pg_upgrade [OPTION]...\n\
230
230
\n\
231
231
Options:\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\
234
234
-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\
237
237
-j, --jobs number of simultaneous processes or threads to use\n\
238
238
-k, --link link instead of copying files to new cluster\n\
239
239
-o, --old-options=OPTIONS old cluster options to pass to the server\n\
240
240
-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\
243
243
-r, --retain retain SQL and log files after success\n\
244
244
-U, --username=NAME cluster superuser (default \"%s\")\n\
245
245
-v, --verbose enable verbose internal logging\n\
@@ -252,10 +252,10 @@ Before running pg_upgrade you must:\n\
252
252
shutdown the postmaster servicing the new cluster\n\
253
253
\n\
254
254
When 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\
259
259
\n\
260
260
For example:\n\
261
261
pg_upgrade -d oldCluster/data -D newCluster/data -b oldCluster/bin -B newCluster/bin\n\
0 commit comments