diff options
author | tim <tim> | 2016-05-12 16:05:33 +0000 |
---|---|---|
committer | tim <tim> | 2016-05-12 16:05:33 +0000 |
commit | fdd368a2945f1f5cbd1cd2a858c00ebffdbf7e46 (patch) | |
tree | d25e3aaaa189854425bac52b23f64be81ebf461b /tmux.1 | |
parent | 9715c61de0d7891cfe584ae1f63904a50abc2a54 (diff) | |
download | rtmux-fdd368a2945f1f5cbd1cd2a858c00ebffdbf7e46.tar.gz rtmux-fdd368a2945f1f5cbd1cd2a858c00ebffdbf7e46.tar.bz2 rtmux-fdd368a2945f1f5cbd1cd2a858c00ebffdbf7e46.zip |
- Rework load_cfg() error handling a little.
- Add -q to source-file to suppress errors about nonexistent files.
Input and OK nicm@
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -913,10 +913,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 |