diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2020-04-05 22:38:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 22:38:50 +0200 |
commit | 467234aa96058aa2cc74c0111b491b74c911d3d6 (patch) | |
tree | b1fd2f5a879190bc2bf8910e530fcf4e5cfaaec0 /docs | |
parent | 77914108ee3302d6c1416fa0fd774c5c43c2e342 (diff) | |
parent | e7839a4320747718fc417f58d02c66a7950c6c33 (diff) | |
download | mitmproxy-467234aa96058aa2cc74c0111b491b74c911d3d6.tar.gz mitmproxy-467234aa96058aa2cc74c0111b491b74c911d3d6.tar.bz2 mitmproxy-467234aa96058aa2cc74c0111b491b74c911d3d6.zip |
Merge pull request #3905 from sarthak212/docsdeprecated
docs update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/content/tools-mitmdump.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/content/tools-mitmdump.md b/docs/src/content/tools-mitmdump.md index dcc3bbf6..624246d4 100644 --- a/docs/src/content/tools-mitmdump.md +++ b/docs/src/content/tools-mitmdump.md @@ -35,16 +35,16 @@ and write to outfile. ### Client replay {{< highlight bash >}} -mitmdump -nc outfile +mitmdump -nC outfile {{< / highlight >}} Start mitmdump without binding to the proxy port (`-n`), then replay all -requests from outfile (`-c filename`). Flags combine in the obvious way, +requests from outfile (`-C filename`). Flags combine in the obvious way, so you can replay requests from one file, and write the resulting flows to another: {{< highlight bash >}} -mitmdump -nc srcfile -w dstfile +mitmdump -nC srcfile -w dstfile {{< / highlight >}} See the [client-side replay]({{< relref "overview-features#client-side-replay" |