diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.118 2008-06-02 21:08:36 nicm Exp $ */ +/* $Id: tmux.h,v 1.119 2008-06-02 21:36:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -766,7 +766,7 @@ extern const struct cmd_entry cmd_unlink_window_entry; void cmd_select_window_default(void **, int); /* cmd-generic.c */ -#define CMD_CLIENTONLY_USAGE "[-c client-name]" +#define CMD_CLIENTONLY_USAGE "[-c client-tty]" int cmd_clientonly_parse(struct cmd *, void **, int, char **, char **); void cmd_clientonly_exec(void *, struct cmd_ctx *); void cmd_clientonly_send(void *, struct buffer *); |