add basic information for -a option in man page and help text

This commit is contained in:
n0vember 2021-01-27 15:53:45 +01:00 committed by Nicolas Viennot
parent 808b564564
commit c9ec7af632
2 changed files with 5 additions and 0 deletions

4
tmux.1
View File

@ -110,6 +110,10 @@ The options are as follows:
Force
.Nm
to assume the terminal supports 256 colours.
.It Fl a Ar file
Limit access to the public keys listed in the
.Ar file
given as argument.
.It Fl C
Start in control mode (see the
.Sx CONTROL MODE

1
tmux.c
View File

@ -68,6 +68,7 @@ usage(void)
" -F set the foreground mode, useful for setting remote access\n"
" -f <path> set the config file path\n"
" -S <path> set the socket path, useful to issue commands to a running tmate instance\n"
" -a <path> limit access to ssh public keys listed in provided file\n"
" -v set verbosity (can be repeated)\n"
" -V print version\n"
,__progname);