Fix refresh-client flags.

pull/1398/merge
Nicholas Marriott 2018-08-29 18:59:43 +01:00
parent 9263a65b5f
commit 7637518b07
2 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,7 @@ const struct cmd_entry cmd_refresh_client_entry = {
.alias = "refresh",
.args = { "cC:DLRSt:U", 0, 1 },
.usage = "[-DLRSU] [-C size] " CMD_TARGET_CLIENT_USAGE " [adjustment]",
.usage = "[-cDLRSU] [-C size] " CMD_TARGET_CLIENT_USAGE " [adjustment]",
.flags = CMD_AFTERHOOK,
.exec = cmd_refresh_client_exec

3
tmux.1
View File

@ -930,9 +930,8 @@ is used, the
.Ic update-environment
option will not be applied.
.It Xo Ic refresh-client
.Op Fl cDLRU
.Op Fl cDLRSU
.Op Fl C Ar XxY
.Op Fl S
.Op Fl t Ar target-client
.Op Ar adjustment
.Xc