Merge "Update [console]kill_timeout description"

This commit is contained in:
Zuul 2020-06-25 21:59:05 +00:00 committed by Gerrit Code Review
commit df8371bf6e
1 changed files with 2 additions and 2 deletions

View File

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