mirror of https://github.com/huashengdun/webssh
parent
f648d3db3f
commit
deaf71ae69
|
@ -48,7 +48,7 @@ define('delay', type=float, default=3, help='The delay to call recycle_worker')
|
|||
define('maxconn', type=int, default=20,
|
||||
help='Maximum live connections (ssh sessions) per client')
|
||||
define('font', default='', help='custom font filename')
|
||||
define('encoding', default='',
|
||||
define('encoding', default='utf-8',
|
||||
help='''The default character encoding of ssh servers.
|
||||
Example: --encoding='utf-8' to solve the problem with some switches&routers''')
|
||||
define('version', type=bool, help='Show version information',
|
||||
|
|
Loading…
Reference in New Issue