mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doco fixes
This commit is contained in:
parent
2496a42ea4
commit
6dc180fd0e
1 changed files with 7 additions and 4 deletions
|
@ -1446,7 +1446,8 @@ def remove(name=None, pkgs=None, version=None, **kwargs):
|
|||
.. versionadded:: 0.16.0
|
||||
|
||||
Args:
|
||||
name (str): The name(s) of the package(s) to be uninstalled. Can be a
|
||||
name (str):
|
||||
The name(s) of the package(s) to be uninstalled. Can be a
|
||||
single package or a comma delimited list of packages, no spaces.
|
||||
version (str):
|
||||
The version of the package to be uninstalled. If this option is
|
||||
|
@ -1706,11 +1707,13 @@ def purge(name=None, pkgs=None, version=None, **kwargs):
|
|||
|
||||
name (str): The name of the package to be deleted.
|
||||
|
||||
version (str): The version of the package to be deleted. If this option
|
||||
is used in combination with the ``pkgs`` option below, then this
|
||||
version (str):
|
||||
The version of the package to be deleted. If this option is
|
||||
used in combination with the ``pkgs`` option below, then this
|
||||
version will be applied to all targeted packages.
|
||||
|
||||
pkgs (list): A list of packages to delete. Must be passed as a python
|
||||
pkgs (list):
|
||||
A list of packages to delete. Must be passed as a python
|
||||
list. The ``name`` parameter will be ignored if this option is
|
||||
passed.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue