mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Should be -s for src pane.
This commit is contained in:
		@@ -45,7 +45,7 @@ struct cmd_join_pane_data {
 | 
			
		||||
 | 
			
		||||
const struct cmd_entry cmd_join_pane_entry = {
 | 
			
		||||
	"join-pane", "joinp",
 | 
			
		||||
	"[-dhv] [-p percentage|-l size] [-t src-pane] [-t dst-pane] [command]",
 | 
			
		||||
	"[-dhv] [-p percentage|-l size] [-s src-pane] [-t dst-pane] [command]",
 | 
			
		||||
	0, "",
 | 
			
		||||
	cmd_join_pane_init,
 | 
			
		||||
	cmd_join_pane_parse,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user