summaryrefslogtreecommitdiffstats
path: root/cmd-paste-buffer.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-12-31 18:50:37 +0000
committerThomas Adam <thomas@xteddy.org>2012-12-31 18:50:37 +0000
commit675c6b37734a622b4530d35505f897310fdb138c (patch)
treef604d1b678f6724d9dda28ce14a0efbcdf47a1f3 /cmd-paste-buffer.c
parentf4472c16b2b05914ed1d2eb4d5bbf9cd1929f77a (diff)
parent854e8ae04d15c16b688ba38119656aee134548dd (diff)
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'cmd-paste-buffer.c')
-rw-r--r--cmd-paste-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-paste-buffer.c b/cmd-paste-buffer.c
index 4718d85a..05bee5c7 100644
--- a/cmd-paste-buffer.c
+++ b/cmd-paste-buffer.c
@@ -35,7 +35,7 @@ void cmd_paste_buffer_filter(struct window_pane *,
const struct cmd_entry cmd_paste_buffer_entry = {
"paste-buffer", "pasteb",
"db:prs:t:", 0, 0,
- "[-dpr] [-s separator] [-b buffer-index] [-t target-pane]",
+ "[-dpr] [-s separator] [-b buffer-index] " CMD_TARGET_PANE_USAGE,
0,
NULL,
NULL,