summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-wait-for.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2013-10-10 12:02:55 +0000
committernicm <nicm@openbsd.org>2013-10-10 12:02:55 +0000
commit24dc4ab40b2589aa98179a1fc2b17ef11721ed7a (patch)
tree92ff4a77247d4eb883c358567640f7ae6d1843ae /usr.bin/tmux/cmd-wait-for.c
parentNo space in lsw -a targets. (diff)
downloadwireguard-openbsd-24dc4ab40b2589aa98179a1fc2b17ef11721ed7a.tar.xz
wireguard-openbsd-24dc4ab40b2589aa98179a1fc2b17ef11721ed7a.zip
Mark flags as optional and mutually exclusive. From Tiago Cunha.
Diffstat (limited to 'usr.bin/tmux/cmd-wait-for.c')
-rw-r--r--usr.bin/tmux/cmd-wait-for.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-wait-for.c b/usr.bin/tmux/cmd-wait-for.c
index cdb4e6af49f..23e77dce537 100644
--- a/usr.bin/tmux/cmd-wait-for.c
+++ b/usr.bin/tmux/cmd-wait-for.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-wait-for.c,v 1.3 2013/10/10 12:00:24 nicm Exp $ */
+/* $OpenBSD: cmd-wait-for.c,v 1.4 2013/10/10 12:02:55 nicm Exp $ */
/*
* Copyright (c) 2013 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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