1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 17:03:55 +02:00

elinks: minor tweaks to command descriptions

This commit is contained in:
Waldir Pimenta 2017-04-28 00:01:06 +01:00 committed by GitHub
parent 13539295a4
commit 2a359234ba

View file

@ -2,14 +2,14 @@
> A text based browser similar to lynx. > A text based browser similar to lynx.
- Start the browser: - Start elinks:
`elinks` `elinks`
- Quit the browser: - Quit elinks:
`ctrl+c` `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}}` `elinks -dump -dump-color-mode {{1}} {{url}}`