mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add [template] to display-panes and choose-{buffer,client,tree} usage
OK nicm
This commit is contained in:
@ -38,7 +38,7 @@ const struct cmd_entry cmd_display_panes_entry = {
|
||||
.alias = "displayp",
|
||||
|
||||
.args = { "d:t:", 0, 1 },
|
||||
.usage = "[-d duration] " CMD_TARGET_CLIENT_USAGE,
|
||||
.usage = "[-d duration] " CMD_TARGET_CLIENT_USAGE " [template]",
|
||||
|
||||
.flags = CMD_AFTERHOOK,
|
||||
.exec = cmd_display_panes_exec
|
||||
|
Reference in New Issue
Block a user