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`