=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-paste-buffer.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/tmux/cmd-paste-buffer.c 2012/11/27 20:22:12 1.20 --- src/usr.bin/tmux/cmd-paste-buffer.c 2012/12/09 23:17:35 1.21 *************** *** 1,4 **** ! /* $OpenBSD: cmd-paste-buffer.c,v 1.20 2012/11/27 20:22:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-paste-buffer.c,v 1.21 2012/12/09 23:17:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 36,42 **** 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]", 0, NULL, NULL, --- 36,42 ---- const struct cmd_entry cmd_paste_buffer_entry = { "paste-buffer", "pasteb", "db:prs:t:", 0, 0, ! "[-dpr] [-s separator] [-b buffer-index] " CMD_TARGET_PANE_USAGE, 0, NULL, NULL,