mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-25 01:23:57 +01:00
add basic information for -a option in man page and help text
This commit is contained in:
parent
808b564564
commit
c9ec7af632
4
tmux.1
4
tmux.1
@ -110,6 +110,10 @@ The options are as follows:
|
|||||||
Force
|
Force
|
||||||
.Nm
|
.Nm
|
||||||
to assume the terminal supports 256 colours.
|
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
|
.It Fl C
|
||||||
Start in control mode (see the
|
Start in control mode (see the
|
||||||
.Sx CONTROL MODE
|
.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 set the foreground mode, useful for setting remote access\n"
|
||||||
" -f <path> set the config file path\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"
|
" -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 set verbosity (can be repeated)\n"
|
||||||
" -V print version\n"
|
" -V print version\n"
|
||||||
,__progname);
|
,__progname);
|
||||||
|
Loading…
Reference in New Issue
Block a user