Mention whether time is creation/activity for sort orders.

pull/3255/head
nicm 2022-07-06 07:51:37 +00:00
parent d0d2c39dec
commit dd602eaa61
1 changed files with 8 additions and 4 deletions

12
tmux.1
View File

@ -2112,9 +2112,11 @@ is not given, "detach-client -t '%%'" is used.
specifies the initial sort field: one of
.Ql name ,
.Ql size ,
.Ql creation ,
.Ql creation
(time),
or
.Ql activity .
.Ql activity
(time).
.Fl r
reverses the sort order.
.Fl f
@ -2196,7 +2198,8 @@ specifies the initial sort field: one of
.Ql index ,
.Ql name ,
or
.Ql time .
.Ql time
(activity).
.Fl r
reverses the sort order.
.Fl f
@ -6107,7 +6110,8 @@ is not given, "paste-buffer -b '%%'" is used.
.Pp
.Fl O
specifies the initial sort field: one of
.Ql time ,
.Ql time
(creation),
.Ql name
or
.Ql size .