diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-05 23:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-05 23:02:26 +0100 |
commit | c91680822df84f6db2f8ce650e457d59d37f3856 (patch) | |
tree | c2ff1cb796bbaeecc26544beeb1666fdb39ecae5 /tmux.1 | |
parent | 37bb993f539012a65ea44e0e35f8cf88f27dfe19 (diff) | |
parent | 8f40796f05f2db0ff8b2c9231054b62b511a7ba0 (diff) | |
download | rtmux-c91680822df84f6db2f8ce650e457d59d37f3856.tar.gz rtmux-c91680822df84f6db2f8ce650e457d59d37f3856.tar.bz2 rtmux-c91680822df84f6db2f8ce650e457d59d37f3856.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1256,7 +1256,7 @@ and .Fl T show debugging information about jobs and terminals. .It Xo Ic source-file -.Op Fl nq +.Op Fl nqv .Ar path .Ar ... .Xc @@ -1274,6 +1274,8 @@ does not exist. With .Fl n , the file is parsed but no commands are executed. +.Fl v +shows the parsed commands and line numbers if possible. .It Ic start-server .D1 (alias: Ic start ) Start the |