diff options
author | nicm <nicm> | 2019-05-28 11:46:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-28 11:46:30 +0000 |
commit | 0ec410689c2ab265f7d9e94db3fcd09e8ff7ba60 (patch) | |
tree | 2240fec58755d9a7845e7e3f0424137d426b3511 /tmux.1 | |
parent | e0fd2950548def0124733b43fb347e82878f47b3 (diff) | |
download | rtmux-0ec410689c2ab265f7d9e94db3fcd09e8ff7ba60.tar.gz rtmux-0ec410689c2ab265f7d9e94db3fcd09e8ff7ba60.tar.bz2 rtmux-0ec410689c2ab265f7d9e94db3fcd09e8ff7ba60.zip |
Allow source-file to take multiple arguments.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |