mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Mark flags as optional and mutually exclusive.
This commit is contained in:
parent
d62121e7bb
commit
75ec17f0b5
@ -33,7 +33,7 @@ enum cmd_retval cmd_wait_for_exec(struct cmd *, struct cmd_q *);
|
|||||||
const struct cmd_entry cmd_wait_for_entry = {
|
const struct cmd_entry cmd_wait_for_entry = {
|
||||||
"wait-for", "wait",
|
"wait-for", "wait",
|
||||||
"LSU", 1, 1,
|
"LSU", 1, 1,
|
||||||
"[-LSU] channel",
|
"[-L|-S|-U] channel",
|
||||||
0,
|
0,
|
||||||
NULL,
|
NULL,
|
||||||
cmd_wait_for_exec
|
cmd_wait_for_exec
|
||||||
|
2
tmux.1
2
tmux.1
@ -3582,7 +3582,7 @@ If the command doesn't return success, the exit status is also displayed.
|
|||||||
.D1 (alias: Ic info )
|
.D1 (alias: Ic info )
|
||||||
Show server information and terminal details.
|
Show server information and terminal details.
|
||||||
.It Xo Ic wait-for
|
.It Xo Ic wait-for
|
||||||
.Fl LSU
|
.Op Fl L | S | U
|
||||||
.Ar channel
|
.Ar channel
|
||||||
.Xc
|
.Xc
|
||||||
.D1 (alias: Ic wait )
|
.D1 (alias: Ic wait )
|
||||||
|
Loading…
Reference in New Issue
Block a user