aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_receivexlog.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-09-16 00:37:39 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-09-16 00:37:39 -0400
commitea00ff5f1058d2ede0b3ddda47b8713f11a6832a (patch)
tree55c715f06631c237b446f7c1f175a40923c0d001 /src/bin/pg_basebackup/pg_receivexlog.c
parent68b5201128c2d0c8a3a0051ff7c2534b037e1eab (diff)
downloadpostgresql-ea00ff5f1058d2ede0b3ddda47b8713f11a6832a.tar.gz
postgresql-ea00ff5f1058d2ede0b3ddda47b8713f11a6832a.zip
Review program help output for wording and formatting
Diffstat (limited to 'src/bin/pg_basebackup/pg_receivexlog.c')
-rw-r--r--src/bin/pg_basebackup/pg_receivexlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_receivexlog.c b/src/bin/pg_basebackup/pg_receivexlog.c
index ca648d9716a..0c322d1cd9e 100644
--- a/src/bin/pg_basebackup/pg_receivexlog.c
+++ b/src/bin/pg_basebackup/pg_receivexlog.c
@@ -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));