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:
parent
e504b63406
commit
62013f2008
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue