diff options
Diffstat (limited to 'doc-src/replacements.html')
-rw-r--r-- | doc-src/replacements.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc-src/replacements.html b/doc-src/replacements.html index 27a4fd4b..986e773a 100644 --- a/doc-src/replacements.html +++ b/doc-src/replacements.html @@ -43,7 +43,9 @@ thousands of characters. To cope with this, there's a variation of the replacement hook specifier that lets you load the replacement text from a file. So, you might start __mitmdump__ as follows: - mitmdump --replace-from-file :~q:foo:~/xss-exploit +<pre class="terminal"> +mitmdump --replace-from-file :~q:foo:~/xss-exploit +</pre> This will load the replacement text from the file __~/xss-exploit__. |