diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-04-28 18:29:44 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-04-28 18:29:44 +0000 |
commit | 53dc88e2762b0ef24d4d6f9385e6459efb724288 (patch) | |
tree | dac3bb67189c5b64d7b951fd8761c6f3d55a76b2 /tmux.1 | |
parent | 6b148c8dce9b0af9bb252fc3dad57b7fb7ecdca7 (diff) | |
download | rtmux-53dc88e2762b0ef24d4d6f9385e6459efb724288.tar.gz rtmux-53dc88e2762b0ef24d4d6f9385e6459efb724288.tar.bz2 rtmux-53dc88e2762b0ef24d4d6f9385e6459efb724288.zip |
Simplify the code by using the generic _target functions.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> .\" @@ -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) |