Update [console]kill_timeout description

The configuration option [console]kill_timeout applies to both
shellinabox and socat, update the description to reflect the fact.

Change-Id: I4595089d4dbd56dbb3364c6fb3eb1ed163652ec8
This commit is contained in:
Kaifeng Wang 2020-06-24 14:50:51 +08:00
parent 743d79ef99
commit dc79609820

View File

@ -47,8 +47,8 @@ opts = [
'to start.')),
cfg.IntOpt('kill_timeout',
default=1,
help=_('Time (in seconds) to wait for the shellinabox console '
'subprocess to exit before sending SIGKILL signal.')),
help=_('Time (in seconds) to wait for the console subprocess '
'to exit before sending SIGKILL signal.')),
cfg.IPOpt('socat_address',
default='$my_ip',
help=_('IP address of Socat service running on the host of '