diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-05-12 18:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-05-12 18:01:10 +0100 |
commit | 6cb74f4b7dad1e21f2fb0714c7fe83a85bf92a2c (patch) | |
tree | df22b83d46308de5bf6815fff8f01778e5c83ab0 /tmux.1 | |
parent | 3ec7e3c006d3eb86547b5a1b47dd8d873d7b0284 (diff) | |
parent | fdd368a2945f1f5cbd1cd2a858c00ebffdbf7e46 (diff) | |
download | rtmux-6cb74f4b7dad1e21f2fb0714c7fe83a85bf92a2c.tar.gz rtmux-6cb74f4b7dad1e21f2fb0714c7fe83a85bf92a2c.tar.bz2 rtmux-6cb74f4b7dad1e21f2fb0714c7fe83a85bf92a2c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -917,10 +917,18 @@ display the log for and .Fl T show debugging information about jobs and terminals. -.It Ic source-file Ar path +.It Xo Ic source-file +.Op Fl q +.Ar path +.Xc .D1 (alias: Ic source ) Execute commands from .Ar path . +If +.Fl q +is given, no error will be returned if +.Ar path +does not exist. .It Ic start-server .D1 (alias: Ic start ) Start the |