mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 09:58:52 +00:00
Add missing -T to getopt string.
This commit is contained in:
parent
16e4b39359
commit
f78279bb2e
@ -39,7 +39,7 @@ const struct cmd_entry cmd_capture_pane_entry = {
|
||||
.name = "capture-pane",
|
||||
.alias = "capturep",
|
||||
|
||||
.args = { "ab:CeE:JNpPqS:t:", 0, 0, NULL },
|
||||
.args = { "ab:CeE:JNpPqS:Tt:", 0, 0, NULL },
|
||||
.usage = "[-aCeJNpPqT] " CMD_BUFFER_USAGE " [-E end-line] "
|
||||
"[-S start-line] " CMD_TARGET_PANE_USAGE,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user