diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-12 17:12:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-12 17:12:06 +0000 |
commit | 30f47dfc5e625bf24d76516b0095407b908528e6 (patch) | |
tree | 501865c3bc31e5a4a57670e441f332eb75d54e04 | |
parent | 27fc963631b5e2ac1064823380e54cc48ad2aad8 (diff) | |
download | rtmux-30f47dfc5e625bf24d76516b0095407b908528e6.tar.gz rtmux-30f47dfc5e625bf24d76516b0095407b908528e6.tar.bz2 rtmux-30f47dfc5e625bf24d76516b0095407b908528e6.zip |
Add -r to the synopsis of the paste-buffer command, prompted by jmc.
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.111 2009-07-12 17:11:39 nicm Exp $ +.\" $Id: tmux.1,v 1.112 2009-07-12 17:12:06 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -888,7 +888,7 @@ If .Fl a is used, move to the next window with a bell, activity or content alert. .It Xo Ic paste-buffer -.Op Fl d +.Op Fl dr .Op Fl b Ar buffer-index .Op Fl t Ar target-window .Xc |