Add force to docstring

This commit is contained in:
Colton Myers 2013-07-25 15:08:00 -06:00
parent 3bacf6655c
commit 645705e9b4
2 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,9 @@ def install(pecls, defaults=False, force=False):
questions before installation. Without this option, the pecl.installed questions before installation. Without this option, the pecl.installed
state will hang indefinitely when trying to install these extensions. state will hang indefinitely when trying to install these extensions.
force
Whether to force the installed version or not
.. note:: .. note::
The ``defaults`` option will be available in version 0.17.0. The ``defaults`` option will be available in version 0.17.0.

View File

@ -45,6 +45,9 @@ def installed(name,
questions before installation. Without this option, the pecl.installed questions before installation. Without this option, the pecl.installed
state will hang indefinitely when trying to install these extensions. state will hang indefinitely when trying to install these extensions.
force
Whether to force the installed version or not
.. note:: .. note::
The ``defaults`` option will be available in version 0.17.0. The ``defaults`` option will be available in version 0.17.0.
''' '''