diff options
author | nicm <nicm> | 2022-07-06 07:51:37 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-07-06 07:51:37 +0000 |
commit | dd602eaa61e82188313b9187021accab260f89c0 (patch) | |
tree | 2550a098b5aed4e17e44793fe5bcb769ca7eb8ac | |
parent | d0d2c39decd1c342f2ffdb360e5d6b509b9bb34e (diff) | |
download | rtmux-dd602eaa61e82188313b9187021accab260f89c0.tar.gz rtmux-dd602eaa61e82188313b9187021accab260f89c0.tar.bz2 rtmux-dd602eaa61e82188313b9187021accab260f89c0.zip |
Mention whether time is creation/activity for sort orders.
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 . |