mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-17 02:41:07 +01:00
Mark flags as optional and mutually exclusive. From Tiago Cunha.
This commit is contained in:
parent
1b7c2dd056
commit
1bd0851ee8
@ -33,10 +33,9 @@ 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,
|
||||||
NULL,
|
|
||||||
cmd_wait_for_exec
|
cmd_wait_for_exec
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user