1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

pdf: Minorly tweak a help text

This commit is contained in:
Nico Weber 2023-07-12 20:02:02 -04:00 committed by Andreas Kling
parent e504b63406
commit 62013f2008

View file

@ -92,7 +92,7 @@ static PDF::PDFErrorOr<int> pdf_main(Main::Arguments arguments)
args_parser.add_option(page_number, "Page number (1-based)", "page", {}, "PAGE");
StringView render_path;
args_parser.add_option(render_path, "Path to render a PDF page to", "render", {}, "PNG FILE");
args_parser.add_option(render_path, "Path to render PDF page to", "render", {}, "FILE.png");
args_parser.parse(arguments);