diff options
-rw-r--r-- | doc/src/sgml/ref/pg_validatebackup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_validatebackup.sgml b/doc/src/sgml/ref/pg_validatebackup.sgml index 19888dc1966..20d445efb8d 100644 --- a/doc/src/sgml/ref/pg_validatebackup.sgml +++ b/doc/src/sgml/ref/pg_validatebackup.sgml @@ -132,7 +132,7 @@ PostgreSQL documentation <listitem> <para> Exit as soon as a problem with the backup is detected. If this option - is not specified, <literal>pg_basebackup</literal> will continue + is not specified, <literal>pg_validatebackup</literal> will continue checking the backup even after a problem has been detected, and will report all problems detected as errors. </para> |