From fdd368a2945f1f5cbd1cd2a858c00ebffdbf7e46 Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 12 May 2016 16:05:33 +0000 Subject: - Rework load_cfg() error handling a little. - Add -q to source-file to suppress errors about nonexistent files. Input and OK nicm@ --- tmux.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 13e60332..513eb61c 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit