mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
Merge pull request #959 from thiagoarrais/doc-fix
Fix misleading documentation for clipboard command
This commit is contained in:
commit
31ab3a231e
@ -69,7 +69,7 @@ def _mkhelp():
|
|||||||
),
|
),
|
||||||
("M", "change default body display mode"),
|
("M", "change default body display mode"),
|
||||||
("p", "previous flow"),
|
("p", "previous flow"),
|
||||||
("P", "copy response(content/headers) to clipboard"),
|
("P", "copy request/response (content/headers) to clipboard"),
|
||||||
("r", "replay request"),
|
("r", "replay request"),
|
||||||
("V", "revert changes to request"),
|
("V", "revert changes to request"),
|
||||||
("v", "view body in external viewer"),
|
("v", "view body in external viewer"),
|
||||||
|
Loading…
Reference in New Issue
Block a user