Skip to content

Commit

Permalink
Merge pull request mitmproxy#3870 from naivekun/update_document
Browse files Browse the repository at this point in the history
fix document error
  • Loading branch information
mhils committed Mar 30, 2020
2 parents 6885e96 + fa222dc commit 7d87154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/tools-mitmdump.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ See the [client-side replay]({{< relref "overview-features#client-side-replay"
### Running a script

{{< highlight bash >}}
mitmdump -s examples/add_header.py
mitmdump -s examples/simple/add_header.py
{{< / highlight >}}

This runs the **add_header.py** example script, which simply adds a new
Expand All @@ -62,7 +62,7 @@ header to all responses.
### Scripted data transformation

{{< highlight bash >}}
mitmdump -ns examples/add_header.py -r srcfile -w dstfile
mitmdump -ns examples/simple/add_header.py -r srcfile -w dstfile
{{< / highlight >}}

This command loads flows from **srcfile**, transforms it according to
Expand Down

0 comments on commit 7d87154

Please sign in to comment.