This commit is contained in:
Pedro Worcel 2014-02-22 16:36:35 +13:00
parent 4284fd3614
commit 9fe6b8fd26
1 changed files with 2 additions and 1 deletions

View File

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