From 4f308726cec8c6035c2322e563dea8d44fd7dd6d Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 24 Feb 2017 22:05:45 +0100 Subject: [PATCH] [doc] update keybindings in help text --- wuzz.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wuzz.go b/wuzz.go index dbf6bd1..d771e51 100644 --- a/wuzz.go +++ b/wuzz.go @@ -1272,8 +1272,8 @@ Usage: wuzz [-H|--header HEADER]... [-d|--data|--data-binary DATA] [-X|--request Other command line options: -c, --config PATH Specify custom configuration file - -j, --json JSON Add JSON request data and set related request headers -h, --help Show this + -j, --json JSON Add JSON request data and set related request headers -k, --insecure Allow insecure SSL certs -v, --version Display version number @@ -1282,7 +1282,7 @@ Key bindings: ctrl+s Save response tab, ctrl+j Next window shift+tab, ctrl+k Previous window - ctrl+h, alt+h Show history + alt+h Show history pageUp Scroll up the current window pageDown Scroll down the current window`, )