From 53dc88e2762b0ef24d4d6f9385e6459efb724288 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 28 Apr 2009 18:29:44 +0000 Subject: Simplify the code by using the generic _target functions. --- tmux.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 4165d5e6..e1a6f6e6 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.92 2009-04-27 14:50:22 nicm Exp $ +.\" $Id: tmux.1,v 1.93 2009-04-28 18:29:44 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -495,6 +495,7 @@ If is specified, it is used as the command; any %% in the template will be replaced by what is entered at the prompt. .It Xo Ic confirm-before +.Op Fl t Ar target-client .Ar command .Xc .D1 (alias: Ic confirm) -- cgit