aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
authorMarcelo Glezer <mg@tekii.com.ar>2015-01-12 10:55:47 -0300
committerMarcelo Glezer <mg@tekii.com.ar>2015-01-12 10:55:47 -0300
commit27950f19721ae68152b84d874702ca81f1b6ecee (patch)
tree12573d1c3c9976d0b39016f3f45a0ef78c1a759d /doc-src
parent30213d6370bca2bb222e315a63bf4d924a9b0b94 (diff)
parente18294437c4629f26dc65e16a9252ef61a109284 (diff)
downloadmitmproxy-27950f19721ae68152b84d874702ca81f1b6ecee.tar.gz
mitmproxy-27950f19721ae68152b84d874702ca81f1b6ecee.tar.bz2
mitmproxy-27950f19721ae68152b84d874702ca81f1b6ecee.zip
Merge remote-tracking branch 'base/master'
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/scripting/inlinescripts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/scripting/inlinescripts.html b/doc-src/scripting/inlinescripts.html
index 2c3e0d6f..7f05eedf 100644
--- a/doc-src/scripting/inlinescripts.html
+++ b/doc-src/scripting/inlinescripts.html
@@ -130,7 +130,7 @@ The main classes you will deal with in writing mitmproxy scripts are:
</td>
</tr>
<tr>
- <th>libmproxy.certutils.SSLCert</th>
+ <th>netlib.certutils.SSLCert</th>
<td>Exposes information SSL certificates.</td>
</tr>
</table>
@@ -174,4 +174,4 @@ matching events will be skipped.
## Spaces in the script path
By default, spaces are interpreted as separator between the inline script and its arguments (e.g. <code>-s "foo.py
42"</code>). Consequently, the script path needs to be wrapped in a separate pair of quotes if it contains spaces:
-<code>-s "'./foo bar/baz.py' 42"</code>. \ No newline at end of file
+<code>-s "'./foo bar/baz.py' 42"</code>.