mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	Fix usage help text in wayland-scanner
This commit is contained in:
		
							parent
							
								
									21e877f3f6
								
							
						
					
					
						commit
						0b29a2fec7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -50,7 +50,7 @@ static const char copyright[] =
 | 
				
			||||||
static int
 | 
					static int
 | 
				
			||||||
usage(int ret)
 | 
					usage(int ret)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	fprintf(stderr, "usage: ./scanner [header|code]\n");
 | 
						fprintf(stderr, "usage: ./scanner [client-header|server-header|code]\n");
 | 
				
			||||||
	exit(ret);
 | 
						exit(ret);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue