summaryrefslogtreecommitdiffstats
path: root/cmd-capture-pane.c
diff options
context:
space:
mode:
authornicm <nicm>2023-09-01 16:40:38 +0000
committernicm <nicm>2023-09-01 16:40:38 +0000
commitf78279bb2ef98ce7aa36928e461b3d0a98a6ddd9 (patch)
tree767720937122d580e1b5b54f314a11fda513e702 /cmd-capture-pane.c
parent16e4b3935904113bf21f0b9884b684008658e84a (diff)
Add missing -T to getopt string.
Diffstat (limited to 'cmd-capture-pane.c')
-rw-r--r--cmd-capture-pane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-capture-pane.c b/cmd-capture-pane.c
index 57e9716d..8f7250e8 100644
--- a/cmd-capture-pane.c
+++ b/cmd-capture-pane.c
@@ -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,