mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Make documentation of --help and --version options more consistent
Before, some places didn't document the short options (-? and -V), some documented both, some documented nothing, and they were listed in various orders. Now this is hopefully more consistent and complete.
This commit is contained in:
@ -527,9 +527,9 @@ usage(void)
|
||||
printf(" -s SLEEPTIME seconds to wait between file checks (min=1, max=60,\n"
|
||||
" default=5)\n");
|
||||
printf(" -t TRIGGERFILE trigger file to initiate failover (no default)\n");
|
||||
printf(" -V, --version output version information, then exit\n");
|
||||
printf(" -w MAXWAITTIME max seconds to wait for a file (0=no limit) (default=0)\n");
|
||||
printf(" --help show this help, then exit\n");
|
||||
printf(" --version output version information, then exit\n");
|
||||
printf(" -?, --help show this help, then exit\n");
|
||||
printf("\n"
|
||||
"Main intended use as restore_command in recovery.conf:\n"
|
||||
" restore_command = 'pg_standby [OPTION]... ARCHIVELOCATION %%f %%p %%r'\n"
|
||||
|
Reference in New Issue
Block a user