mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	psql: Add missing punctuation in help output
This commit is contained in:
		@@ -176,7 +176,7 @@ slashUsage(unsigned short int pager)
 | 
				
			|||||||
	HELP0("  \\gx [(OPTIONS)] [FILE] as \\g, but forces expanded output mode\n");
 | 
						HELP0("  \\gx [(OPTIONS)] [FILE] as \\g, but forces expanded output mode\n");
 | 
				
			||||||
	HELP0("  \\q                     quit psql\n");
 | 
						HELP0("  \\q                     quit psql\n");
 | 
				
			||||||
	HELP0("  \\watch [[i=]SEC] [c=N] [m=MIN]\n"
 | 
						HELP0("  \\watch [[i=]SEC] [c=N] [m=MIN]\n"
 | 
				
			||||||
		  "                         execute query every SEC seconds, up to N times\n"
 | 
							  "                         execute query every SEC seconds, up to N times,\n"
 | 
				
			||||||
		  "                         stop if less than MIN rows are returned\n");
 | 
							  "                         stop if less than MIN rows are returned\n");
 | 
				
			||||||
	HELP0("\n");
 | 
						HELP0("\n");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user