浏览代码

elinks: minor tweaks to command descriptions

Waldir Pimenta 8 年之前
父节点
当前提交
2a359234ba
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      pages/common/elinks.md

+ 3 - 3
pages/common/elinks.md

@@ -2,14 +2,14 @@
 
 > A text based browser similar to lynx.
 
-- Start the browser:
+- Start elinks:
 
 `elinks`
 
-- Quit the browser:
+- Quit elinks:
 
 `ctrl+c`
 
-- Dump output of webpage to console colorizing the text with ANSI control codes:
+- Dump output of webpage to console, colorizing the text with ANSI control codes:
 
 `elinks -dump -dump-color-mode {{1}} {{url}}`