mirror of
https://github.com/tmux/tmux.git
synced 2025-01-06 07:48:48 +00:00
-s comes before -t and also add -s to command syntax. Prompted by jmc.
This commit is contained in:
parent
735f87bc66
commit
3dc7b805d3
@ -29,7 +29,7 @@ int cmd_detach_client_exec(struct cmd *, struct cmd_ctx *);
|
||||
const struct cmd_entry cmd_detach_client_entry = {
|
||||
"detach-client", "detach",
|
||||
"s:t:P", 0, 0,
|
||||
"[-P] " CMD_TARGET_CLIENT_USAGE,
|
||||
"[-P] [-s target-session] " CMD_TARGET_CLIENT_USAGE,
|
||||
CMD_READONLY,
|
||||
NULL,
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user