Update docstrings according to the bugfix

This commit is contained in:
Bo Maryniuk 2016-04-27 11:13:43 +02:00
parent 46d86b21d5
commit 77dc8695af

View file

@ -403,6 +403,11 @@ def latest_version(*names, **kwargs):
If the latest version of a given package is already installed, an empty
dict will be returned for that package.
refresh
force a refresh if set to True (default).
If set to False it depends on zypper if a refresh is
executed or not.
CLI example:
.. code-block:: bash
@ -438,6 +443,11 @@ def upgrade_available(name, **kwargs):
'''
Check whether or not an upgrade is available for a given package
refresh
force a refresh if set to True (default).
If set to False it depends on zypper if a refresh is
executed or not.
CLI Example:
.. code-block:: bash