You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +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:
		| @@ -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> | ||||
|   | ||||
| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user