diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-19 09:51:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-19 09:51:04 +0000 |
commit | a96dd1932ad43457e710d154edccbfb08c1c2520 (patch) | |
tree | 7387a58fed7bd3038b773aebe4ffd93b1d0f3a40 /tmux.1 | |
parent | 693244795c36ef0d955aa7095ffd335a1846fe05 (diff) | |
download | rtmux-a96dd1932ad43457e710d154edccbfb08c1c2520.tar.gz rtmux-a96dd1932ad43457e710d154edccbfb08c1c2520.tar.bz2 rtmux-a96dd1932ad43457e710d154edccbfb08c1c2520.zip |
Don't use a target-client for stdout, just always cmdclient.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1042,7 +1042,6 @@ but a different format may be specified with .It Xo Ic capture-pane .Op Fl p .Op Fl b Ar buffer-index -.Op Fl c Ar target-client .Op Fl E Ar end-line .Op Fl S Ar start-line .Op Fl t Ar target-pane @@ -1051,9 +1050,7 @@ but a different format may be specified with Capture the contents of a pane. If .Fl p -is given, the output goes to -.Ar target-client -stdout, otherwise to the buffer specified with +is given, the output goes to stdout, otherwise to the buffer specified with .Fl b or a new buffer if omitted. .Pp |