summaryrefslogtreecommitdiffstats
path: root/cmd-wait-for.c
diff options
context:
space:
mode:
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
};