diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-08-11 22:17:32 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-08-11 22:17:32 +0000 |
commit | b0169d9b842857448f03a460d45ab2f3b72fb24b (patch) | |
tree | a715f1bcbb6267eb7379f554860b3c4a7849a261 /cmd-paste-buffer.c | |
parent | e34c6e2305ef3e04d570755360c25651c2fb199f (diff) | |
download | rtmux-b0169d9b842857448f03a460d45ab2f3b72fb24b.tar.gz rtmux-b0169d9b842857448f03a460d45ab2f3b72fb24b.tar.bz2 rtmux-b0169d9b842857448f03a460d45ab2f3b72fb24b.zip |
Sync OpenBSD patchset 747:
Usage string fixes from Ben Boeckel.
Diffstat (limited to 'cmd-paste-buffer.c')
-rw-r--r-- | cmd-paste-buffer.c | 4 |
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, |