mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28: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 = {
|
const struct cmd_entry cmd_detach_client_entry = {
|
||||||
"detach-client", "detach",
|
"detach-client", "detach",
|
||||||
"s:t:P", 0, 0,
|
"s:t:P", 0, 0,
|
||||||
"[-P] " CMD_TARGET_CLIENT_USAGE,
|
"[-P] [-s target-session] " CMD_TARGET_CLIENT_USAGE,
|
||||||
CMD_READONLY,
|
CMD_READONLY,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
2
tmux.1
2
tmux.1
@ -575,8 +575,8 @@ recently used
|
|||||||
session.
|
session.
|
||||||
.It Xo Ic detach-client
|
.It Xo Ic detach-client
|
||||||
.Op Fl P
|
.Op Fl P
|
||||||
.Op Fl t Ar target-client
|
|
||||||
.Op Fl s Ar target-session
|
.Op Fl s Ar target-session
|
||||||
|
.Op Fl t Ar target-client
|
||||||
.Xc
|
.Xc
|
||||||
.D1 (alias: Ic detach )
|
.D1 (alias: Ic detach )
|
||||||
Detach the current client if bound to a key, the client specified with
|
Detach the current client if bound to a key, the client specified with
|
||||||
|
Loading…
Reference in New Issue
Block a user