From fb7e3969fecc81250b04177220a07cc981d5ed00 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 25 Apr 2017 22:47:00 +0100 Subject: [PATCH] wuzz: add primary command; de-capitalize descs --- pages/common/wuzz.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/common/wuzz.md b/pages/common/wuzz.md index 756d01f5b..87428e081 100644 --- a/pages/common/wuzz.md +++ b/pages/common/wuzz.md @@ -2,18 +2,22 @@ > Tool to interactively inspect HTTP requests and responses. -- Display Help: +- Start wuzz: + +`wuzz` + +- Display help information: `F1` -- Send request: +- Send an HTTP request: `Ctrl+R` -- Next View: +- Switch to the next view: `Ctrl+J, Tab` -- Previous View: +- Switch to the previous view: `Ctrl+K, Shift+Tab`