1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 07:35:24 +02:00

pdfjoin: fix typo (#14357)

This commit is contained in:
Sebastiaan Speck 2024-10-24 14:13:52 +02:00 committed by GitHub
parent 20e2a2389c
commit a243b35be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,4 +17,4 @@
- Merge page subranges from two PDFs:
`pdfjoin {/path/to/file1.pdf}} {{2-}} {{file2}} {{last-3}} --outfile {{output_file}}`
`pdfjoin {{/path/to/file1.pdf}} {{2-}} {{file2}} {{last-3}} --outfile {{output_file}}`