This commit is contained in:
Pedro Worcel 2013-12-26 17:26:51 +13:00
parent 70f6bb301b
commit 34a09780ee

View File

@ -63,7 +63,8 @@ def _mkhelp():
("tab", "toggle request/response view"),
("space", "next flow"),
("|", "run script on this flow"),
("/", "Search in response body (case sensitive)"),
("/", "search in response body (case sensitive)"),
("n", "repeat previous search"),
]
text.extend(common.format_keyvals(keys, key="key", val="text", indent=4))
return text