Corrected the description of the two parameters mkey and key in the MWorker constructor.

This commit is contained in:
sunxingboo 2024-08-09 08:35:13 +08:00 committed by Daniel Wozniak
parent d4b2957194
commit 748943cd59

View file

@ -950,8 +950,8 @@ class MWorker(salt.utils.process.SignalHandlingProcess):
Create a salt master worker process
:param dict opts: The salt options
:param dict mkey: The user running the salt master and the AES key
:param dict key: The user running the salt master and the RSA key
:param dict mkey: The user running the salt master and the RSA key
:param dict key: The user running the salt master and the AES key
:rtype: MWorker
:return: Master worker