mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Make docstring point to internal docs for remove func
This commit is contained in:
parent
bd65b5dda4
commit
481e9a7533
@ -771,7 +771,7 @@ def remove(name=None, pkgs=None, **kwargs):
|
||||
def purge(name=None, pkgs=None, **kwargs):
|
||||
'''
|
||||
Package purges are not supported by yum, this function is identical to
|
||||
``remove()``.
|
||||
:mod:`pkg.remove <salt.modules.yumpkg.remove>`.
|
||||
|
||||
name
|
||||
The name of the package to be deleted.
|
||||
|
Loading…
Reference in New Issue
Block a user