summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-04-27 19:16:08 +0100
committerThomas Adam <thomas@xteddy.org>2023-04-27 19:16:08 +0100
commit9d8131c190908bcbf19de55b377f587aa5cd4cdd (patch)
tree4221cd4577f8aad8aa56e61430b10a405a4c8d68 /tmux.c
parent0ff991b25faf6a88edb356e2ea0ba80151eecb79 (diff)
parent8f34504736cf3547992c4ba948c1e65f3813715c (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index ef78e7b4..a01ed423 100644
--- a/tmux.c
+++ b/tmux.c
@@ -391,7 +391,7 @@ main(int argc, char **argv)
cfg_quiet = 0;
break;
case 'V':
- printf("%s %s\n", getprogname(), getversion());
+ printf("tmux %s\n", getversion());
exit(0);
case 'l':
flags |= CLIENT_LOGIN;