From fa20f19494f9957326380fd9f671fa69fb88c4b7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 30 Aug 2017 09:33:53 +0100 Subject: Fix position of -v, pointed out by Thomas Sattler. --- tmux.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tmux.1 b/tmux.1 index 1ffd1979..833399e0 100644 --- a/tmux.1 +++ b/tmux.1 @@ -206,11 +206,6 @@ and files in the current directory, where .Em PID is the PID of the server or client process. -.It Fl V -Report the -.Nm -version. -.Pp If .Fl v is specified twice, an additional @@ -226,6 +221,11 @@ signal may be sent to the server process to toggle logging between on (as if .Fl v was given) and off. +.It Fl V +Report the +.Nm +version. +.Pp .It Ar command Op Ar flags This specifies one of a set of commands used to control .Nm , -- cgit