diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-05-13 08:32:46 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-05-13 08:32:46 +0100 |
commit | 2377092a70db3327cbeb07328ea8422d0395edc4 (patch) | |
tree | c5ede8c90856cf9ded1a0d62e62fe1089d580ef3 /tmux.1 | |
parent | af25cab11b4dc17d3c1a7c2c2cf6e40b8f2b3ae9 (diff) | |
parent | 6cb74f4b7dad1e21f2fb0714c7fe83a85bf92a2c (diff) | |
download | rtmux-2377092a70db3327cbeb07328ea8422d0395edc4.tar.gz rtmux-2377092a70db3327cbeb07328ea8422d0395edc4.tar.bz2 rtmux-2377092a70db3327cbeb07328ea8422d0395edc4.zip |
Merge branch 'master' of github.com:tmux/tmux
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 |