From 5ed3daf28bc2a2677206425cbdfeda88c8c92624 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 27 Oct 2011 22:40:15 +0000 Subject: Didn't really think the else behaviour through - requiring argv to contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha. --- tmux.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 0ea97e95..8c368bdf 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2971,13 +2971,15 @@ Miscellaneous commands are as follows: .Bl -tag -width Ds .It Ic clock-mode Op Fl t Ar target-pane Display a large clock. -.It Ic if-shell Ar shell-command command +.It Ic if-shell Ar shell-command command Op Ar command .D1 (alias: Ic if ) -Execute +Execute the first .Ar command if .Ar shell-command -returns success. +returns success or the second +.Ar command +otherwise. .It Ic lock-server .D1 (alias: Ic lock ) Lock each client individually by running the command specified by the -- cgit