summaryrefslogtreecommitdiffstats
path: root/cmd-paste-buffer.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-08-11 22:17:32 +0000
committerTiago Cunha <tcunha@gmx.com>2010-08-11 22:17:32 +0000
commitb0169d9b842857448f03a460d45ab2f3b72fb24b (patch)
treea715f1bcbb6267eb7379f554860b3c4a7849a261 /cmd-paste-buffer.c
parente34c6e2305ef3e04d570755360c25651c2fb199f (diff)
Sync OpenBSD patchset 747:
Usage string fixes from Ben Boeckel.
Diffstat (limited to 'cmd-paste-buffer.c')
-rw-r--r--cmd-paste-buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-paste-buffer.c b/cmd-paste-buffer.c
index 77a0766b..1d6d35a7 100644
--- a/cmd-paste-buffer.c
+++ b/cmd-paste-buffer.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-paste-buffer.c,v 1.28 2010-06-06 00:03:02 tcunha Exp $ */
+/* $Id: cmd-paste-buffer.c,v 1.29 2010-08-11 22:17:32 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -45,7 +45,7 @@ size_t cmd_paste_buffer_print(struct cmd *, char *, size_t);
const struct cmd_entry cmd_paste_buffer_entry = {
"paste-buffer", "pasteb",
- "[-dr] [-s separator] [-b buffer-index] [-t target-window]",
+ "[-dr] [-s separator] [-b buffer-index] [-t target-pane]",
0, "",
cmd_paste_buffer_init,
cmd_paste_buffer_parse,