Mark flags as optional and mutually exclusive.

This commit is contained in:
Tiago Cunha
2013-08-31 11:16:47 +01:00
parent d62121e7bb
commit 75ec17f0b5
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ 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,
cmd_wait_for_exec