aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-02 21:36:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-02 21:36:51 +0000
commit95cc21c25180d0f2e7b488983e3078834343d162 (patch)
tree5a934b9788ab33cd06d41c3216ab7524bf464766 /tmux.h
parent259dcbbc9326689ab7e982a73ebbeff947f7260f (diff)
downloadrtmux-95cc21c25180d0f2e7b488983e3078834343d162.tar.gz
rtmux-95cc21c25180d0f2e7b488983e3078834343d162.tar.bz2
rtmux-95cc21c25180d0f2e7b488983e3078834343d162.zip
Quick man page update, also fix some usages and get rid of some CMD_KEY checks.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b9c71371..61474ebf 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);