mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify success for shutdown function
This commit is contained in:
parent
dcb4d05275
commit
0f3abb613d
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ def shutdown(message=None, timeout=5, force_close=True, reboot=False, # pylint:
|
|||
If this is set to True, then then shutdown will only proceed
|
||||
if the system reports a pending reboot.
|
||||
|
||||
:return: True if successful
|
||||
:return: True if successful (a shutdown or reboot will occur)
|
||||
:rtype: bool
|
||||
|
||||
CLI Example:
|
||||
|
|
Loading…
Add table
Reference in a new issue