fix documentation

This commit is contained in:
Kevin Duret 2015-01-02 16:12:57 +01:00
parent c8cd9b395c
commit f6901b6a70
1 changed files with 5 additions and 4 deletions

View File

@ -1208,11 +1208,11 @@ Some options must be set in **plugin.pm** :
+-----------------+-----------------+---------------------------------------------------------+
| credentials | | Use credentials. |
+-----------------+-----------------+---------------------------------------------------------+
| ntlm | | Use NTLM authentication (if credentials is used). |
| ntlm | | Use NTLM authentication (if ``--credentials`` is used). |
+-----------------+-----------------+---------------------------------------------------------+
| username | String | Username (if credentials is used). |
| username | String | Username (if ``--credentials`` is used). |
+-----------------+-----------------+---------------------------------------------------------+
| password | String | User password (if credentials is used). |
| password | String | User password (if ``--credentials`` is used). |
+-----------------+-----------------+---------------------------------------------------------+
| proxyurl | String | Proxy to use. |
+-----------------+-----------------+---------------------------------------------------------+
@ -1225,7 +1225,8 @@ connect
Description
^^^^^^^^^^^
Strip whitespace from the beginning and end of a string.
Test a connection to an http url.
Return content of the webpage.
Parameters
^^^^^^^^^^