From ed930911b3237862037d5e964f58d628c3523d2e Mon Sep 17 00:00:00 2001 From: John Jekel <40674968+JZJisawesome@users.noreply.github.com> Date: Mon, 15 Oct 2018 03:10:09 -0400 Subject: [PATCH] enscript: fix typos (#2446) --- pages/common/enscript.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/enscript.md b/pages/common/enscript.md index 47625a0eee..4a7b1f0a0a 100644 --- a/pages/common/enscript.md +++ b/pages/common/enscript.md @@ -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}}`