mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-20 12:46:39 +00:00
Fixed typo
This commit is contained in:
@@ -18,7 +18,7 @@ define('address', default='127.0.0.1', help='listen address')
|
||||
define('port', default=8888, help='listen port', type=int)
|
||||
define('debug', default=False, help='debug mode', type=bool)
|
||||
define('policy', default='reject',
|
||||
help='missing host key polilcy, reject|autoadd|warning')
|
||||
help='missing host key policy, reject|autoadd|warning')
|
||||
|
||||
|
||||
BUF_SIZE = 1024
|
||||
|
||||
Reference in New Issue
Block a user