mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add *time_t to the docs
This commit is contained in:
parent
78e16a7b00
commit
4105157cfd
1 changed files with 2 additions and 2 deletions
|
@ -409,8 +409,8 @@ def info(*packages, **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,
|
||||
arch, epoch, size, license, signature, packager, url, summary, description.
|
||||
version, vendor, release, build_date, build_date_time_t, install_date, install_date_time_t,
|
||||
build_host, group, source_rpm, arch, epoch, size, license, signature, packager, url, summary, description.
|
||||
|
||||
:return:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue