mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 10:28:48 +00:00
Fix refresh-client flags.
This commit is contained in:
parent
9263a65b5f
commit
7637518b07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user