summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-capture-pane.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-12-30 23:20:13 +0000
committernicm <nicm@openbsd.org>2010-12-30 23:20:13 +0000
commited9c99c8be541f781f6075c2443f59c7ed9b13e7 (patch)
tree941702f0d15084afba7754ff38b198b034342c23 /usr.bin/tmux/cmd-capture-pane.c
parentFix BUFFERS section now they are global. (diff)
downloadwireguard-openbsd-ed9c99c8be541f781f6075c2443f59c7ed9b13e7.tar.xz
wireguard-openbsd-ed9c99c8be541f781f6075c2443f59c7ed9b13e7.zip
Remove some unused defines.
Diffstat (limited to 'usr.bin/tmux/cmd-capture-pane.c')
-rw-r--r--usr.bin/tmux/cmd-capture-pane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-capture-pane.c b/usr.bin/tmux/cmd-capture-pane.c
index 6b84ef734e9..eecb6be2b52 100644
--- a/usr.bin/tmux/cmd-capture-pane.c
+++ b/usr.bin/tmux/cmd-capture-pane.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-capture-pane.c,v 1.4 2010/12/30 23:16:18 nicm Exp $ */
+/* $OpenBSD: cmd-capture-pane.c,v 1.5 2010/12/30 23:20:13 nicm Exp $ */
/*
* Copyright (c) 2009 Jonathan Alvarado <radobobo@users.sourceforge.net>
@@ -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,