mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Put options on man page and in help output in slightly better order
This commit is contained in:
@ -121,10 +121,10 @@ usage(void)
|
||||
printf(_(" -V, --version output version information, then exit\n"));
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nConnection options:\n"));
|
||||
printf(_(" -s, --status-interval=INTERVAL\n"
|
||||
" time between status packets sent to server (in seconds)\n"));
|
||||
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
|
||||
printf(_(" -p, --port=PORT database server port number\n"));
|
||||
printf(_(" -s, --status-interval=INTERVAL\n"
|
||||
" time between status packets sent to server (in seconds)\n"));
|
||||
printf(_(" -U, --username=NAME connect as specified database user\n"));
|
||||
printf(_(" -w, --no-password never prompt for password\n"));
|
||||
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
|
||||
|
@ -65,10 +65,10 @@ usage(void)
|
||||
printf(_(" -V, --version output version information, then exit\n"));
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nConnection options:\n"));
|
||||
printf(_(" -s, --status-interval=INTERVAL\n"
|
||||
" time between status packets sent to server (in seconds)\n"));
|
||||
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
|
||||
printf(_(" -p, --port=PORT database server port number\n"));
|
||||
printf(_(" -s, --status-interval=INTERVAL\n"
|
||||
" time between status packets sent to server (in seconds)\n"));
|
||||
printf(_(" -U, --username=NAME connect as specified database user\n"));
|
||||
printf(_(" -w, --no-password never prompt for password\n"));
|
||||
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
|
||||
|
Reference in New Issue
Block a user