From f0122f1403bc92eac790ca2b4e1d06bcf45bf745 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 6 Aug 2011 13:19:46 +1200 Subject: API docs. --- doc-src/mitmdump.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc-src/mitmdump.html') diff --git a/doc-src/mitmdump.html b/doc-src/mitmdump.html index 1ca5a020..4dc0a519 100644 --- a/doc-src/mitmdump.html +++ b/doc-src/mitmdump.html @@ -9,7 +9,7 @@ documentation. ## Example: saving traffic
-mitmdump -w outfile
+> mitmdump -w outfile
 
Start up mitmdump in proxy mode, and write all traffic to __outfile__. @@ -18,7 +18,7 @@ Start up mitmdump in proxy mode, and write all traffic to __outfile__. ## Example: client replay
-mitmdump -nc outfile
+> mitmdump -nc outfile
 
Start mitmdump without binding to the proxy port (_-n_), then replay all @@ -27,7 +27,7 @@ you can replay requests from one file, and write the resulting flows to another:
-mitmdump -nc srcfile -w dstfile
+> mitmdump -nc srcfile -w dstfile
 
See the [Client-side Replay](@!urlTo("clientreplay.html")!@) section for more information. @@ -36,7 +36,7 @@ See the [Client-side Replay](@!urlTo("clientreplay.html")!@) section for more in ## Example: running a script
-mitmdump -s examples/add_header.py
+> mitmdump -s examples/add_header.py
 
This runs the __add_header.py__ example script, which simply adds a new header @@ -46,7 +46,7 @@ to all responses. ## Example: scripted data transformation
-mitmdump -ns examples/add_header.py -r srcfile -w dstfile
+> mitmdump -ns examples/add_header.py -r srcfile -w dstfile
 
This command loads flows from __srcfile__, transforms it according to the -- cgit v1.2.3