瀏覽代碼

wuzz: add primary command; de-capitalize descs

Waldir Pimenta 8 年之前
父節點
當前提交
fb7e3969fe
共有 1 個文件被更改,包括 8 次插入4 次删除
  1. 8 4
      pages/common/wuzz.md

+ 8 - 4
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`