Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-09-29 22:01:09 +01:00
2 changed files with 3 additions and 3 deletions

4
tmux.c
View File

@ -408,9 +408,9 @@ main(int argc, char **argv)
cfg_files[cfg_nfiles++] = xstrdup(optarg);
cfg_quiet = 0;
break;
case 'V':
case 'V':
printf("tmux %s\n", getversion());
exit(0);
exit(0);
case 'l':
flags |= CLIENT_LOGIN;
break;