mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Docfix
This commit is contained in:
parent
911bae1baf
commit
25040c9c71
1 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ def info(*names, **kwargs):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' pkg.info_available <package1>
|
||||
salt '*' pkg.info_available <package1> <package2> <package3> ...
|
||||
salt '*' pkg.info <package1>
|
||||
salt '*' pkg.info <package1> <package2> <package3> ...
|
||||
'''
|
||||
salt.utils.warn_until('Nitrogen', "Please use 'pkg.info_available' instead")
|
||||
return info_available(*names)
|
||||
|
|
Loading…
Add table
Reference in a new issue