mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
-s src-pane.
This commit is contained in:
parent
642f549e4d
commit
531db321e3
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-join-pane.c,v 1.2 2010-01-08 16:34:17 tcunha Exp $ */
|
||||
/* $Id: cmd-join-pane.c,v 1.3 2010-04-06 21:59:59 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -44,7 +44,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,
|
||||
|
Loading…
Reference in New Issue
Block a user