diff options
author | nicm <nicm> | 2019-06-05 20:00:53 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-06-05 20:00:53 +0000 |
commit | 8f40796f05f2db0ff8b2c9231054b62b511a7ba0 (patch) | |
tree | d5d32dbdcb1960e21e7cd877b71033cbb8ee1dbd /tmux.1 | |
parent | 09e90c1645a8ecd1e467b13a743bb46d48febd37 (diff) | |
download | rtmux-8f40796f05f2db0ff8b2c9231054b62b511a7ba0.tar.gz rtmux-8f40796f05f2db0ff8b2c9231054b62b511a7ba0.tar.bz2 rtmux-8f40796f05f2db0ff8b2c9231054b62b511a7ba0.zip |
Add a -v flag to source-file to show the commands and line numbers.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1251,7 +1251,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 @@ -1269,6 +1269,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 |