Skip to content

Commit

Permalink
Fix backslash in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Aug 12, 2016
1 parent c9354e8 commit cb91d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ One of the more useful features is the ability to dump traffic into a file.
If you do this, you can then “replay” it as many times as you wish::

$ mitmdump --wfile flows.dat
$ mitmdump --no-server --read-flows flows.dat \\
$ mitmdump --no-server --read-flows flows.dat \
> -s "`python -m mitmproxy_httpolice` /dev/stdout"

0 comments on commit cb91d71

Please sign in to comment.