aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorroot <skkaushik212@gmail.com>2020-03-31 00:43:22 +0530
committerroot <skkaushik212@gmail.com>2020-03-31 00:43:22 +0530
commitb286d35653b1ef57ed37d161d5224421efa7a713 (patch)
tree7aaff212544a0412bd1690619dd6a447ef896198 /docs
parente01f044c33aba51d9e5b6053e759b47594ad0855 (diff)
downloadmitmproxy-b286d35653b1ef57ed37d161d5224421efa7a713.tar.gz
mitmproxy-b286d35653b1ef57ed37d161d5224421efa7a713.tar.bz2
mitmproxy-b286d35653b1ef57ed37d161d5224421efa7a713.zip
c is deprecated
Diffstat (limited to 'docs')
-rw-r--r--docs/src/content/tute-clientreplay.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/tute-clientreplay.md b/docs/src/content/tute-clientreplay.md
index 275edfe6..048fd0a5 100644
--- a/docs/src/content/tute-clientreplay.md
+++ b/docs/src/content/tute-clientreplay.md
@@ -42,7 +42,7 @@ And that's it\! You now have a serialised version of the login process
in the file wireless-login, and you can replay it at any time like this:
{{< highlight bash >}}
-mitmdump -c wireless-login
+mitmdump -C wireless-login
{{< / highlight >}}
## Embellishments