mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Mark options as deprecated in usage output
Some deprecated options were not marked as such in usage output. This does so across the installed binaries in an attempt to provide consistent markup for this. Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Discussion: https://postgr.es/m/062C6A8A-A4E8-4F52-9E31-45F0C9E9915E@yesql.se
This commit is contained in:
@ -217,7 +217,7 @@ help(const char *progname)
|
||||
"\nConnection options:\n"
|
||||
" -d, --dbname=DBNAME database to connect to\n"
|
||||
" -h, --host=HOSTNAME database server host or socket directory\n"
|
||||
" -H same as -h, deprecated option\n"
|
||||
" -H (same as -h, deprecated)\n"
|
||||
" -p, --port=PORT database server port number\n"
|
||||
" -U, --username=USERNAME connect as specified database user\n"
|
||||
"\nThe default action is to show all database OIDs.\n\n"
|
||||
|
Reference in New Issue
Block a user