additional help description

For the --encode option
pull/127/head
CHunter 2020-02-13 22:59:31 +03:00
parent f2c9766c65
commit 6be01b94b6
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ define('maxconn', type=int, default=20,
help='Maximum live connections (ssh sessions) per client')
define('font', default='', help='custom font filename')
define('encoding', default='',
help='The default character encoding of ssh servers')
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',
callback=print_version)