mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the documentation syntax
This commit is contained in:
parent
1fb84538b1
commit
c95c2d24db
1 changed files with 5 additions and 1 deletions
|
@ -405,10 +405,14 @@ def info(*packages, **attr):
|
|||
If no packages specified, all packages will be returned.
|
||||
|
||||
:param packages:
|
||||
:attr attributes. If no 'attr' is specified, all available attributes returned.
|
||||
|
||||
:param attr:
|
||||
If no 'attr' is specified, all available attributes returned.
|
||||
|
||||
Valid attributes are:
|
||||
version, vendor, release, build_date, install_date, build_host, group, source_rpm,
|
||||
arch, size, license, signature, packager, url, summary, description.
|
||||
|
||||
:return:
|
||||
|
||||
CLI example:
|
||||
|
|
Loading…
Add table
Reference in a new issue