1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Update verify command summary.

The prior text implied that verify could only operate on a single repository. Make the summary more general to indicate that the command can work on any repository.
This commit is contained in:
David Steele
2025-03-25 12:43:32 -06:00
parent 1cfafa386c
commit 945c7d1eb6
2 changed files with 3 additions and 3 deletions

View File

@@ -2709,10 +2709,10 @@
</command>
<command id="verify" name="Verify">
<summary>Verify contents of the repository.</summary>
<summary>Verify contents of a repository.</summary>
<text>
<p>Verify determines if the backups and archives in the repository are valid.</p>
<p>Verify determines if the backups and archives in a repository are valid.</p>
</text>
<option-list>

View File

@@ -71,7 +71,7 @@ testRun(void)
" stanza-upgrade upgrade a stanza\n"
" start allow pgBackRest processes to run\n"
" stop stop pgBackRest processes from running\n"
" verify verify contents of the repository\n"
" verify verify contents of a repository\n"
" version get version\n"
"\n"
"Use 'pgbackrest help [command]' for more information.\n",