From 2a359234baf0f1e343a7d4849332a581ee67e355 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 28 Apr 2017 00:01:06 +0100 Subject: [PATCH] elinks: minor tweaks to command descriptions --- pages/common/elinks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/elinks.md b/pages/common/elinks.md index 6b4a0c53d..80e9c458f 100644 --- a/pages/common/elinks.md +++ b/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}}`