Skip to content

Commit

Permalink
docs: fix --pdf-options example
Browse files Browse the repository at this point in the history
Closes #65.
  • Loading branch information
simonhaenisch committed Feb 29, 2020
1 parent da0dfc9 commit dae3cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const helpText = `
${chalk.gray('–')} Convert file.md using custom page options
${chalk.cyan('$ md2pdf file.md --pdf-options \'{ "format": "Letter", "margin": null }\'')}
${chalk.cyan('$ md2pdf file.md --pdf-options \'{ "format": "Letter" }\'')}
${chalk.gray('–')} Convert file.md but save the intermediate HTML instead
Expand Down

0 comments on commit dae3cf8

Please sign in to comment.