summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-capture-pane.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2012-12-09 23:17:35 +0000
committernicm <nicm@openbsd.org>2012-12-09 23:17:35 +0000
commit358e93e4f61688a925077add9b49ae7b3b58a472 (patch)
tree8f1c531cad051ca5801b6d8b2e314adddd1273f7 /usr.bin/tmux/cmd-capture-pane.c
parentclarify that changes to this module were not done by intel (diff)
downloadwireguard-openbsd-358e93e4f61688a925077add9b49ae7b3b58a472.tar.xz
wireguard-openbsd-358e93e4f61688a925077add9b49ae7b3b58a472.zip
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
Diffstat (limited to 'usr.bin/tmux/cmd-capture-pane.c')
-rw-r--r--usr.bin/tmux/cmd-capture-pane.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-capture-pane.c b/usr.bin/tmux/cmd-capture-pane.c
index 5da10dadac7..52be26971d3 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.12 2012/07/11 07:10:15 nicm Exp $ */
+/* $OpenBSD: cmd-capture-pane.c,v 1.13 2012/12/09 23:17:35 nicm Exp $ */
/*
* Copyright (c) 2009 Jonathan Alvarado <radobobo@users.sourceforge.net>
@@ -32,7 +32,8 @@ enum cmd_retval cmd_capture_pane_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_capture_pane_entry = {
"capture-pane", "capturep",
"b:E:S:t:", 0, 0,
- "[-b buffer-index] [-E end-line] [-S start-line] [-t target-pane]",
+ "[-b buffer-index] [-E end-line] [-S start-line] "
+ CMD_TARGET_PANE_USAGE,
0,
NULL,
NULL,