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:
parent
8a275a3123
commit
ed930911b3
1 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue