mirror of
https://github.com/asciimoo/wuzz
synced 2024-11-16 12:13:21 +00:00
[doc] update keybindings in help text
This commit is contained in:
parent
1969400729
commit
4f308726ce
4
wuzz.go
4
wuzz.go
@ -1272,8 +1272,8 @@ Usage: wuzz [-H|--header HEADER]... [-d|--data|--data-binary DATA] [-X|--request
|
|||||||
|
|
||||||
Other command line options:
|
Other command line options:
|
||||||
-c, --config PATH Specify custom configuration file
|
-c, --config PATH Specify custom configuration file
|
||||||
-j, --json JSON Add JSON request data and set related request headers
|
|
||||||
-h, --help Show this
|
-h, --help Show this
|
||||||
|
-j, --json JSON Add JSON request data and set related request headers
|
||||||
-k, --insecure Allow insecure SSL certs
|
-k, --insecure Allow insecure SSL certs
|
||||||
-v, --version Display version number
|
-v, --version Display version number
|
||||||
|
|
||||||
@ -1282,7 +1282,7 @@ Key bindings:
|
|||||||
ctrl+s Save response
|
ctrl+s Save response
|
||||||
tab, ctrl+j Next window
|
tab, ctrl+j Next window
|
||||||
shift+tab, ctrl+k Previous window
|
shift+tab, ctrl+k Previous window
|
||||||
ctrl+h, alt+h Show history
|
alt+h Show history
|
||||||
pageUp Scroll up the current window
|
pageUp Scroll up the current window
|
||||||
pageDown Scroll down the current window`,
|
pageDown Scroll down the current window`,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user