Document set-hook -u.

This commit is contained in:
nicm 2016-10-03 20:58:39 +00:00
parent 61dfbe702e
commit 305c832a97

6
tmux.1
View File

@ -3321,12 +3321,14 @@ Run when the program running in a pane exits.
Hooks are managed with these commands: Hooks are managed with these commands:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Xo Ic set-hook .It Xo Ic set-hook
.Op Fl g .Op Fl gu
.Op Fl t Ar target-session .Op Fl t Ar target-session
.Ar hook-name .Ar hook-name
.Ar command .Ar command
.Xc .Xc
Sets hook Sets (or with
.Fl u
unsets) hook
.Ar hook-name .Ar hook-name
to to
.Ar command . .Ar command .