diff options
author | nicm <nicm> | 2015-11-24 20:40:51 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-24 20:40:51 +0000 |
commit | 4ec61bef461aba6d5849bce971a241850b8d7ef6 (patch) | |
tree | edbe97067b34ba18a67b0fece839ee1943f89f79 /cmd-detach-client.c | |
parent | b32ce34cf2b5e48eab4f626f378d50f365b594a3 (diff) | |
download | rtmux-4ec61bef461aba6d5849bce971a241850b8d7ef6.tar.gz rtmux-4ec61bef461aba6d5849bce971a241850b8d7ef6.tar.bz2 rtmux-4ec61bef461aba6d5849bce971a241850b8d7ef6.zip |
Fix usage of detach-client.
Diffstat (limited to 'cmd-detach-client.c')
-rw-r--r-- | cmd-detach-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-detach-client.c b/cmd-detach-client.c index 813ac032..f7369df0 100644 --- a/cmd-detach-client.c +++ b/cmd-detach-client.c @@ -31,7 +31,7 @@ enum cmd_retval cmd_detach_client_exec(struct cmd *, struct cmd_q *); const struct cmd_entry cmd_detach_client_entry = { "detach-client", "detach", "as:t:P", 0, 0, - "[-P] [-a] [-s target-session] " CMD_TARGET_CLIENT_USAGE, + "[-aP] [-s target-session] " CMD_TARGET_CLIENT_USAGE, CMD_READONLY, cmd_detach_client_exec }; |