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:
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user