mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-22 18:14:09 +00:00
add basic information for -a option in man page and help text
This commit is contained in:
parent
808b564564
commit
c9ec7af632
2 changed files with 5 additions and 0 deletions
4
tmux.1
4
tmux.1
|
|
@ -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
1
tmux.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue