Skip to content

Commit

Permalink
|PatchSet 889
Browse files Browse the repository at this point in the history
|Date: 2011/04/11 17:44:36
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|-s comes before -t and also add -s to command syntax. Prompted by jmc.
  • Loading branch information
nicm committed Apr 18, 2011
1 parent d5ab166 commit 65fc8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd-detach-client.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id: cmd-detach-client.c,v 1.14 2011-04-11 06:44:56 nicm Exp $ */
/* $Id: cmd-detach-client.c,v 1.15 2011-04-18 21:06:25 nicm Exp $ */

/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
Expand Down Expand Up @@ -29,7 +29,7 @@ int cmd_detach_client_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_detach_client_entry = {
"detach-client", "detach",
"s:t:P", 0, 0,
"[-P] " CMD_TARGET_CLIENT_USAGE,
"[-P] [-s target-session] " CMD_TARGET_CLIENT_USAGE,
CMD_READONLY,
NULL,
NULL,
Expand Down
2 changes: 1 addition & 1 deletion tmux.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.305 2011-04-18 21:05:24 nicm Exp $
.\" $Id: tmux.1,v 1.306 2011-04-18 21:06:25 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
Expand Down

0 comments on commit 65fc8ef

Please sign in to comment.