mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 23:32:15 +02:00
Fix typos.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Simple markdown to PDF converter example for PDFio.
|
// Simple markdown to PDF converter example for PDFio.
|
||||||
//
|
//
|
||||||
// Copyright © 2024 by Michael R Sweet.
|
// Copyright © 2024-2025 by Michael R Sweet.
|
||||||
//
|
//
|
||||||
// Licensed under Apache License v2.0. See the file "LICENSE" for more
|
// Licensed under Apache License v2.0. See the file "LICENSE" for more
|
||||||
// information.
|
// information.
|
||||||
@@ -289,8 +289,8 @@ main(int argc, // I - Number of command-line arguments
|
|||||||
// Get the markdown file from the command-line...
|
// Get the markdown file from the command-line...
|
||||||
if (argc < 2 || argc > 3)
|
if (argc < 2 || argc > 3)
|
||||||
{
|
{
|
||||||
fputs("Usage: md2pdf FILENANE.md [FILENAME.pdf]\n", stderr);
|
fputs("Usage: md2pdf FILENAME.md [FILENAME.pdf]\n", stderr);
|
||||||
fputs(" md2pdf FILENANE.md >FILENAME.pdf\n", stderr);
|
fputs(" md2pdf FILENAME.md >FILENAME.pdf\n", stderr);
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user