From 0ec410689c2ab265f7d9e94db3fcd09e8ff7ba60 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 28 May 2019 11:46:30 +0000 Subject: Allow source-file to take multiple arguments. --- tmux.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index fc51ec30..b4e27c40 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1239,13 +1239,14 @@ show debugging information about jobs and terminals. .It Xo Ic source-file .Op Fl nq .Ar path +.Ar ... .Xc .D1 (alias: Ic source ) -Execute commands from +Execute commands from one or more files specified by .Ar path -(which may be a +(which may be .Xr glob 7 -pattern). +patterns). If .Fl q is given, no error will be returned if -- cgit