Merge pull request #19858 from RyPeck/develop

Update timeout help to indicate it is in seconds
This commit is contained in:
Thomas S Hatch 2015-01-20 16:04:47 -07:00
commit cfb6befae4

View File

@ -962,7 +962,7 @@ class TimeoutMixIn(object):
type=int,
default=self.default_timeout,
help=('Change the timeout, if applicable, for the running '
'command; default=%default')
'command (in seconds); default=%default')
)