From 05cd863ebf6633ec8dfcd1a84169df8707b5aece Mon Sep 17 00:00:00 2001 From: hacksalot Date: Sat, 23 Jan 2016 20:30:23 -0500 Subject: [PATCH] Add PDF engines to man page. --- src/cli/use.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/use.txt b/src/cli/use.txt index 151d95a..a799233 100644 --- a/src/cli/use.txt +++ b/src/cli/use.txt @@ -14,7 +14,7 @@ Available commands: Available options: --theme -t Path to a FRESH or JSON Resume theme. - --pdf -p Specify the PDF engine to use (if any). + --pdf -p Specify the PDF engine to use (wkhtmltopdf or phantom). --options -o Load options from an external JSON file. --format -f The format (FRESH or JSON Resume) to use. --debug -d Emit extended debugging info.