@@ -226,21 +226,21 @@ usage(migratorContext *ctx)
226
226
printf (_ ("\nUsage: pg_upgrade [OPTIONS]...\n\
227
227
\n\
228
228
Options:\n\
229
- -b, --old-bindir=OLDBINDIR old cluster executable directory\n\
230
- -B, --new-bindir=NEWBINDIR new cluster executable directory\n\
231
- -c, --check check clusters only, don't change any data\n\
232
- -d, --old-datadir=OLDDATADIR old cluster data directory\n\
233
- -D, --new-datadir=NEWDATADIR new cluster data directory\n\
234
- -g, --debug enable debugging\n\
235
- -G, --debugfile=DEBUGFILENAME output debugging activity to file\n\
236
- -k, --link link instead of copying files to new cluster\n\
237
- -l, --logfile=LOGFILENAME log session activity to file\n\
238
- -p, --old-port=portnum old cluster port number (default %d)\n\
239
- -P, --new-port=portnum new cluster port number (default %d)\n\
240
- -u, --user=username clusters superuser (default \"%s\")\n\
241
- -v, --verbose enable verbose output\n\
242
- -V, --version display version information, then exit\n\
243
- -h, --help show this help, then exit\n\
229
+ -b, --old-bindir=old_bindir old cluster executable directory\n\
230
+ -B, --new-bindir=new_bindir new cluster executable directory\n\
231
+ -c, --check check clusters only, don't change any data\n\
232
+ -d, --old-datadir=old_datadir old cluster data directory\n\
233
+ -D, --new-datadir=new_datadir new cluster data directory\n\
234
+ -g, --debug enable debugging\n\
235
+ -G, --debugfile=debug_filename output debugging activity to file\n\
236
+ -k, --link link instead of copying files to new cluster\n\
237
+ -l, --logfile=log_filename log session activity to file\n\
238
+ -p, --old-port=old_portnum old cluster port number (default %d)\n\
239
+ -P, --new-port=new_portnum new cluster port number (default %d)\n\
240
+ -u, --user=username clusters superuser (default \"%s\")\n\
241
+ -v, --verbose enable verbose output\n\
242
+ -V, --version display version information, then exit\n\
243
+ -h, --help show this help, then exit\n\
244
244
\n\
245
245
Before running pg_upgrade you must:\n\
246
246
create a new database cluster (using the new version of initdb)\n\
0 commit comments