mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Sync OpenBSD patchset 973:
Missing -o on usage for pipe-pane, from Tiago Cunha.
This commit is contained in:
		| @@ -38,7 +38,7 @@ void	cmd_pipe_pane_error_callback(struct bufferevent *, short, void *); | |||||||
| const struct cmd_entry cmd_pipe_pane_entry = { | const struct cmd_entry cmd_pipe_pane_entry = { | ||||||
| 	"pipe-pane", "pipep", | 	"pipe-pane", "pipep", | ||||||
| 	"ot:", 0, 1, | 	"ot:", 0, 1, | ||||||
| 	CMD_TARGET_PANE_USAGE "[-o] [command]", | 	"[-o] " CMD_TARGET_PANE_USAGE " [command]", | ||||||
| 	0, | 	0, | ||||||
| 	NULL, | 	NULL, | ||||||
| 	NULL, | 	NULL, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tiago Cunha
					Tiago Cunha