mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add force
to docstring
This commit is contained in:
parent
3bacf6655c
commit
645705e9b4
@ -48,6 +48,9 @@ def install(pecls, defaults=False, force=False):
|
||||
questions before installation. Without this option, the pecl.installed
|
||||
state will hang indefinitely when trying to install these extensions.
|
||||
|
||||
force
|
||||
Whether to force the installed version or not
|
||||
|
||||
.. note::
|
||||
The ``defaults`` option will be available in version 0.17.0.
|
||||
|
||||
|
@ -45,6 +45,9 @@ def installed(name,
|
||||
questions before installation. Without this option, the pecl.installed
|
||||
state will hang indefinitely when trying to install these extensions.
|
||||
|
||||
force
|
||||
Whether to force the installed version or not
|
||||
|
||||
.. note::
|
||||
The ``defaults`` option will be available in version 0.17.0.
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user