diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2013-06-30 22:42:52 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2013-06-30 22:42:52 +0200 |
commit | b037a49dd3bd8874c91c437b8acc59b4423f0dcc (patch) | |
tree | 140106721b30c5a3603d17d024869bcc04c35556 /docs | |
parent | b747f3c4f091c370fae6e95319d632a6b01d6550 (diff) | |
download | MAC-Telnet-b037a49dd3bd8874c91c437b8acc59b4423f0dcc.tar.gz MAC-Telnet-b037a49dd3bd8874c91c437b8acc59b4423f0dcc.zip |
Completed functional autologin support.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mactelnet.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/mactelnet.1 b/docs/mactelnet.1 index d29591d..e711f7f 100644 --- a/docs/mactelnet.1 +++ b/docs/mactelnet.1 @@ -33,6 +33,12 @@ Specify username. Without this option, you will need to enter the username in a .B \-p Specify password. Without this option, you will need to enter the password in a interactive prompt. .TP +.B \-a +Specify the path of the autologin configuration file. The default path for this file is ~/.mactelnet. The format for this file is standard INI file layout. +.TP +.B \-A +Do not use the autologin configuration file. Interactively ask for username and password. +.TP .B \-h Show summary of options. .TP |