mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	pgbench: Fix help message
Add NUM placeholder to -t option in help message.  It got lost in
79cddb1841.
Author: Fabien COELHO <coelho@cri.ensmp.fr>
			
			
This commit is contained in:
		@@ -368,7 +368,7 @@ usage(void)
 | 
				
			|||||||
		   "  -R, --rate=NUM           target rate in transactions per second\n"
 | 
							   "  -R, --rate=NUM           target rate in transactions per second\n"
 | 
				
			||||||
		   "  -s, --scale=NUM          report this scale factor in output\n"
 | 
							   "  -s, --scale=NUM          report this scale factor in output\n"
 | 
				
			||||||
		   "  -S, --select-only        perform SELECT-only transactions\n"
 | 
							   "  -S, --select-only        perform SELECT-only transactions\n"
 | 
				
			||||||
		   "  -t, --transactions       number of transactions each client runs (default: 10)\n"
 | 
							   "  -t, --transactions=NUM   number of transactions each client runs (default: 10)\n"
 | 
				
			||||||
		   "  -T, --time=NUM           duration of benchmark test in seconds\n"
 | 
							   "  -T, --time=NUM           duration of benchmark test in seconds\n"
 | 
				
			||||||
		   "  -v, --vacuum-all         vacuum all four standard tables before tests\n"
 | 
							   "  -v, --vacuum-all         vacuum all four standard tables before tests\n"
 | 
				
			||||||
		   "  --aggregate-interval=NUM aggregate data over NUM seconds\n"
 | 
							   "  --aggregate-interval=NUM aggregate data over NUM seconds\n"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user