Merge branch 'obsd-master'

Conflicts:
	client.c
	tmux.1
	tmux.c
This commit is contained in:
Thomas Adam
2015-06-07 23:42:25 +01:00
20 changed files with 624 additions and 266 deletions

2
tmux.c
View File

@ -61,7 +61,7 @@ __dead void
usage(void)
{
fprintf(stderr,
"usage: %s [-2lquvV] [-c shell-command] [-f file] [-L socket-name]\n"
"usage: %s [-2CluvV] [-c shell-command] [-f file] [-L socket-name]\n"
" [-S socket-path] [command [flags]]\n",
__progname);
exit(1);