aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/docs_lang.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-07-24 23:57:18 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-07-24 23:57:18 +1200
commit64ef0a4561058de4ca7309767e89366bc1c7502f (patch)
tree435cae8ea1103ad6e81933516a6498607ef97999 /libpathod/templates/docs_lang.html
parentcb09488dc8e4b03706a9cc1fa71284a2f7ce33c1 (diff)
downloadmitmproxy-64ef0a4561058de4ca7309767e89366bc1c7502f.tar.gz
mitmproxy-64ef0a4561058de4ca7309767e89366bc1c7502f.tar.bz2
mitmproxy-64ef0a4561058de4ca7309767e89366bc1c7502f.zip
Swap the offset, seconds arguments for the pause operator.
This makes it uniform with the other operators.s
Diffstat (limited to 'libpathod/templates/docs_lang.html')
-rw-r--r--libpathod/templates/docs_lang.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/templates/docs_lang.html b/libpathod/templates/docs_lang.html
index 4325ef39..9999282d 100644
--- a/libpathod/templates/docs_lang.html
+++ b/libpathod/templates/docs_lang.html
@@ -66,7 +66,7 @@
</tr>
<tr>
- <td> pSECONDS,<a href="#offsetspec">OFFSET</a> </td>
+ <td> p<a href="#offsetspec">OFFSET</a>,SECONDS </td>
<td>
Pause for SECONDS seconds after OFFSET bytes. SECONDS can
be an integer or "f" to pause forever.
@@ -135,7 +135,7 @@
</tr>
<tr>
- <td> pSECONDS,<a href="#offsetspec">OFFSET</a> </td>
+ <td> p<a href="#offsetspec">OFFSET</a>,SECONDS </td>
<td>
Pause for SECONDS seconds after OFFSET bytes. SECONDS can
be an integer or "f" to pause forever.