summaryrefslogtreecommitdiffstats
path: root/cmd-capture-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-12-30 23:20:13 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-12-30 23:20:13 +0000
commit4fb1045f5a1829d39935b7cd05a2a049aa0d406c (patch)
treef3ccc9d8482fead4e3ad985bc9e14756fa81c699 /cmd-capture-pane.c
parent2b3c2fd8523e94f13d6063abed72bdea8ac8cacb (diff)
Remove some unused defines.
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 df5875e7..c711db42 100644
--- a/cmd-capture-pane.c
+++ b/cmd-capture-pane.c
@@ -40,7 +40,7 @@ struct cmd_capture_pane_data {
const struct cmd_entry cmd_capture_pane_entry = {
"capture-pane", "capturep",
- CMD_BUFFER_PANE_USAGE,
+ "[-b buffer-index] [-t target-pane]",
0, "",
cmd_capture_pane_init,
cmd_capture_pane_parse,