mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #19858 from RyPeck/develop
Update timeout help to indicate it is in seconds
This commit is contained in:
commit
cfb6befae4
@ -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')
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user