pages*: convert long-short to short-long syntax (#13567)

* pages*: convert long-short to short-long syntax

* git-add: fix typo
This commit is contained in:
Sebastiaan Speck
2024-09-03 02:43:42 +02:00
committed by GitHub
parent fb7d0ff4c6
commit 380fd5d441
24 changed files with 58 additions and 58 deletions

View File

@@ -10,11 +10,11 @@
- Start `mitmproxy` bound to a custom address and port:
`mitmproxy --listen-host {{ip_address}} {{--listen-port|-p}} {{port}}`
`mitmproxy --listen-host {{ip_address}} {{-p|--listen-port}} {{port}}`
- Start `mitmproxy` using a script to process traffic:
`mitmproxy {{--scripts|-s}} {{path/to/script.py}}`
`mitmproxy {{-s|--scripts}} {{path/to/script.py}}`
- Export the logs with SSL/TLS master keys to external programs (wireshark, etc.):
@@ -22,7 +22,7 @@
- Specify mode of operation of the proxy server (`regular` is the default):
`mitmproxy {{--mode|-m}} {{regular|transparent|socks5|...}}`
`mitmproxy {{-m|--mode}} {{regular|transparent|socks5|...}}`
- Set the console layout: