From a96dd1932ad43457e710d154edccbfb08c1c2520 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 19 Feb 2013 09:51:04 +0000 Subject: Don't use a target-client for stdout, just always cmdclient. --- tmux.1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 0c0e2bd0..98561f93 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit