summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-paste-buffer.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-paste-buffer.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-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 4885f3e4e5b..d7e04effea6 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.20 2012/11/27 20:22:12 nicm Exp $ */
+/* $OpenBSD: cmd-paste-buffer.c,v 1.21 2012/12/09 23:17:35 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -36,7 +36,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,