mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-14 07:49:01 +02:00
Fix usage.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-switch-client.c,v 1.10 2008-06-18 22:21:51 nicm Exp $ */
|
||||
/* $Id: cmd-switch-client.c,v 1.11 2008-06-23 22:26:52 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -42,7 +42,7 @@ struct cmd_switch_client_data {
|
||||
|
||||
const struct cmd_entry cmd_switch_client_entry = {
|
||||
"switch-client", "switchc",
|
||||
"[-c client-tty] [-t target-session]",
|
||||
"[-c target-client] [-t target-session]",
|
||||
0,
|
||||
NULL,
|
||||
cmd_switch_client_parse,
|
||||
|
Reference in New Issue
Block a user