mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix syntax for the documentation in zypper module
This commit is contained in:
parent
c95c2d24db
commit
a745d9ecdf
1 changed files with 5 additions and 2 deletions
|
@ -100,8 +100,11 @@ def info_installed(*names, **attr):
|
|||
'''
|
||||
Return the information of the named package(s), installed on the system.
|
||||
|
||||
:names names of the packages to get information about.
|
||||
:attr attributes. If no 'attr' is specified, all available attributes returned.
|
||||
:param names:
|
||||
Names of the packages to get information about.
|
||||
|
||||
:param attr:
|
||||
Comma-separated package attributes. If no 'attr' is specified, all available attributes returned.
|
||||
Valid attributes are:
|
||||
version, vendor, release, build_date, install_date, build_host, group, source_rpm,
|
||||
size, license, signature, packager, url, summary, description.
|
||||
|
|
Loading…
Add table
Reference in a new issue