File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ help(const char *progname)
217
217
"\nConnection options:\n"
218
218
" -d, --dbname=DBNAME database to connect to\n"
219
219
" -h, --host=HOSTNAME database server host or socket directory\n"
220
- " -H same as -h, deprecated option \n"
220
+ " -H ( same as -h, deprecated) \n"
221
221
" -p, --port=PORT database server port number\n"
222
222
" -U, --username=USERNAME connect as specified database user\n"
223
223
"\nThe default action is to show all database OIDs.\n\n"
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ help(const char *progname)
339
339
printf (_ (" -e use European date input format (DMY)\n" ));
340
340
printf (_ (" -F turn fsync off\n" ));
341
341
printf (_ (" -h HOSTNAME host name or IP address to listen on\n" ));
342
- printf (_ (" -i enable TCP/IP connections\n" ));
342
+ printf (_ (" -i enable TCP/IP connections (deprecated) \n" ));
343
343
printf (_ (" -k DIRECTORY Unix-domain socket location\n" ));
344
344
#ifdef USE_SSL
345
345
printf (_ (" -l enable SSL connections\n" ));
Original file line number Diff line number Diff line change @@ -1037,10 +1037,10 @@ help(const char *progname)
1037
1037
1038
1038
printf(_("\nOptions controlling the output content:\n"));
1039
1039
printf(_(" -a, --data-only dump only the data, not the schema\n"));
1040
- printf(_(" -b, --large-objects, --blobs \n"
1041
- " include large objects in dump \n"));
1042
- printf(_(" -B, --no-large-objects, --no-blobs \n"
1043
- " exclude large objects in dump \n"));
1040
+ printf(_(" -b, --large-objects include large objects in dump \n"
1041
+ " --blobs (same as -- large- objects, deprecated) \n"));
1042
+ printf(_(" -B, --no-large-objects exclude large objects in dump \n"
1043
+ " --no-blobs (same as --no- large- objects, deprecated) \n"));
1044
1044
printf(_(" -c, --clean clean (drop) database objects before recreating\n"));
1045
1045
printf(_(" -C, --create include commands to create database in dump\n"));
1046
1046
printf(_(" -e, --extension=PATTERN dump the specified extension(s) only\n"));
You can’t perform that action at this time.
0 commit comments