mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Review program help output for wording and formatting
This commit is contained in:
@ -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