mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +03:00
Review program help output for wording and formatting
This commit is contained in:
@@ -67,7 +67,7 @@ usage(void)
|
||||
printf(_(" %s [OPTION]...\n"), progname);
|
||||
printf(_("\nOptions:\n"));
|
||||
printf(_(" -D, --directory=DIR receive transaction log files into this directory\n"));
|
||||
printf(_(" --if-not-exists do not treat naming conflicts as an error when creating a slot\n"));
|
||||
printf(_(" --if-not-exists do not error if slot already exists when creating a slot\n"));
|
||||
printf(_(" -n, --no-loop do not loop on connection lost\n"));
|
||||
printf(_(" -s, --status-interval=SECS\n"
|
||||
" time between status packets sent to server (default: %d)\n"), (standby_message_timeout / 1000));
|
||||
|
@@ -76,7 +76,7 @@ usage(void)
|
||||
printf(_(" -f, --file=FILE receive log into this file, - for stdout\n"));
|
||||
printf(_(" -F --fsync-interval=SECS\n"
|
||||
" time between fsyncs to the output file (default: %d)\n"), (fsync_interval / 1000));
|
||||
printf(_(" --if-not-exists do not treat naming conflicts as an error when creating a slot\n"));
|
||||
printf(_(" --if-not-exists do not error if slot already exists when creating a slot\n"));
|
||||
printf(_(" -I, --startpos=LSN where in an existing slot should the streaming start\n"));
|
||||
printf(_(" -n, --no-loop do not loop on connection lost\n"));
|
||||
printf(_(" -o, --option=NAME[=VALUE]\n"
|
||||
|
Reference in New Issue
Block a user