summaryrefslogtreecommitdiffstats
path: root/cmd-wait-for.c
diff options
context:
space:
mode:
authornicm <nicm>2013-10-10 12:02:55 +0000
committernicm <nicm>2013-10-10 12:02:55 +0000
commit1bd0851ee852b305c48863b7701af74a171633e9 (patch)
tree727f8af7a450f9c412a7864861579bbec6ff3bf7 /cmd-wait-for.c
parent1b7c2dd056f4e41f0cec38c1b8ed5531f7281e33 (diff)
Mark flags as optional and mutually exclusive. From Tiago Cunha.
Diffstat (limited to 'cmd-wait-for.c')
-rw-r--r--cmd-wait-for.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-wait-for.c b/cmd-wait-for.c
index 3a8d8ea4..42c7f42d 100644
--- a/cmd-wait-for.c
+++ b/cmd-wait-for.c
@@ -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
};