mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	pg_basebackup: Add more information about --max-rate option to help output
It was previously not clear what unit the option argument should have.
This commit is contained in:
		| @@ -232,7 +232,8 @@ usage(void) | ||||
| 	printf(_("\nOptions controlling the output:\n")); | ||||
| 	printf(_("  -D, --pgdata=DIRECTORY receive base backup into directory\n")); | ||||
| 	printf(_("  -F, --format=p|t       output format (plain (default), tar)\n")); | ||||
| 	printf(_("  -r, --max-rate=RATE    maximum transfer rate to transfer data directory\n")); | ||||
| 	printf(_("  -r, --max-rate=RATE    maximum transfer rate to transfer data directory\n" | ||||
| 			 "                         (in kB/s, or use suffix \"k\" or \"M\")\n")); | ||||
| 	printf(_("  -R, --write-recovery-conf\n" | ||||
| 			 "                         write recovery.conf after backup\n")); | ||||
| 	printf(_("  -T, --tablespace-mapping=OLDDIR=NEWDIR\n" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user