Mark flags as optional and mutually exclusive. From Tiago Cunha.

This commit is contained in:
nicm 2013-10-10 12:02:55 +00:00
parent 1b7c2dd056
commit 1bd0851ee8

View File

@ -33,10 +33,9 @@ enum cmd_retval cmd_wait_for_exec(struct cmd *, struct cmd_q *);
const struct cmd_entry cmd_wait_for_entry = {
"wait-for", "wait",
"LSU", 1, 1,
"[-LSU] channel",
"[-L|-S|-U] channel",
0,
NULL,
NULL,
cmd_wait_for_exec
};