summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-paste-buffer.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-08-11 07:38:00 +0000
committernicm <nicm@openbsd.org>2010-08-11 07:38:00 +0000
commite1ea9b798d9c1644704037a1406fe61e721d992f (patch)
tree9723f142d70d88d32a83f254ebe72a3ec41d2ae1 /usr.bin/tmux/cmd-paste-buffer.c
parentTreat trying to link or move to the same window as an error to avoid (diff)
downloadwireguard-openbsd-e1ea9b798d9c1644704037a1406fe61e721d992f.tar.xz
wireguard-openbsd-e1ea9b798d9c1644704037a1406fe61e721d992f.zip
Usage string fixes from Ben Boeckel.
Diffstat (limited to 'usr.bin/tmux/cmd-paste-buffer.c')
-rw-r--r--usr.bin/tmux/cmd-paste-buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-paste-buffer.c b/usr.bin/tmux/cmd-paste-buffer.c
index 882e0297fa9..6d5ba756d06 100644
--- a/usr.bin/tmux/cmd-paste-buffer.c
+++ b/usr.bin/tmux/cmd-paste-buffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-paste-buffer.c,v 1.13 2010/05/19 22:28:14 nicm Exp $ */
+/* $OpenBSD: cmd-paste-buffer.c,v 1.14 2010/08/11 07:38:00 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -46,7 +46,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,