mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
|PatchSet 889
|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.
This commit is contained in:
parent
d5ab166307
commit
65fc8ef43a
@ -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>
|
||||
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user