Update timeout help to indicate it is in seconds

This commit is contained in:
Ryan Peck 2015-01-19 18:42:44 -05:00
parent 5f00166315
commit 1c53dc306b

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')
)