The branch, master has been updated
       via  75ec17f0b5204a12d15282a5167918416cd05276 (commit)
      from  d62121e7bbab6c84faa7beb2117cb9e444866db3 (commit)

- Log -----------------------------------------------------------------
commit 75ec17f0b5204a12d15282a5167918416cd05276
Author: Tiago Cunha <[email protected]>
Commit: Tiago Cunha <[email protected]>

    Mark flags as optional and mutually exclusive.
---
 cmd-wait-for.c |    2 +-
 tmux.1         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd-wait-for.c b/cmd-wait-for.c
index e87e197..e251863 100644
--- a/cmd-wait-for.c
+++ b/cmd-wait-for.c
@@ -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
diff --git a/tmux.1 b/tmux.1
index ede1bb2..0b7d45f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3582,7 +3582,7 @@ If the command doesn't return success, the exit status is 
also displayed.
 .D1 (alias: Ic info )
 Show server information and terminal details.
 .It Xo Ic wait-for
-.Fl LSU
+.Op Fl L | S | U
 .Ar channel
 .Xc
 .D1 (alias: Ic wait )


-----------------------------------------------------------------------

Summary of changes:
 cmd-wait-for.c |    2 +-
 tmux.1         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to