mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Mark flags as optional and mutually exclusive. From Tiago Cunha.
This commit is contained in:
		@@ -33,10 +33,9 @@ enum cmd_retval cmd_wait_for_exec(struct cmd *, struct cmd_q *);
 | 
			
		||||
const struct cmd_entry cmd_wait_for_entry = {
 | 
			
		||||
	"wait-for", "wait",
 | 
			
		||||
	"LSU", 1, 1,
 | 
			
		||||
	"[-LSU] channel",
 | 
			
		||||
	"[-L|-S|-U] channel",
 | 
			
		||||
	0,
 | 
			
		||||
	NULL,
 | 
			
		||||
	NULL,
 | 
			
		||||
	cmd_wait_for_exec
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user