mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix incorrect deprecation notice
The "deprecated" entry refers to when the deprecation path started, not when the option will be removed.
This commit is contained in:
parent
a2921b9da0
commit
b307c5452a
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ def extracted(name,
|
|||
archive_user
|
||||
The user to own each extracted file.
|
||||
|
||||
.. deprecated:: Boron
|
||||
replaced by standardized `user` parameter.
|
||||
.. deprecated:: 2014.7.2
|
||||
Replaced by ``user`` parameter
|
||||
|
||||
user
|
||||
The user to own each extracted file.
|
||||
|
|
Loading…
Add table
Reference in a new issue