1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:15:27 +02:00

enscript: fix typos (#2446)

This commit is contained in:
John Jekel 2018-10-15 03:10:09 -04:00 committed by Agniva De Sarker
parent 8a275a3123
commit ed930911b3

View file

@ -6,7 +6,7 @@
`enscript {{path/to/input_file}} --output={{path/to/output_file}}`
- Generate a certain output language (eg. _html_) from a file and output to another:
- Generate a certain output language (eg. "html") from a file and output to another:
`enscript {{path/to/input_file}} --language={{language}} --output={{path/to/output_file}}`
@ -14,10 +14,10 @@
`enscript {{path/to/input_file}} --columns={{num}} --landscape --output={{path/to/output_file}}`
- Display avaliable syntax highlighting:
- Display available syntax highlighting:
`enscript --help-highlight`
- Genereate PostScript from a file and output to another with syntax highlighting and color for a specified language:
- Generate PostScript from a file and output to another with syntax highlighting and color for a specified language:
`enscript {{path/to/input_file}} --color=1 --highlight={{language}} --output={{path/to/output_file}}`