mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-02 19:49:43 +00:00
3e98fe46a2
Change "-" to "--" for named parameters. Remove spaces inside "[ option ]" for optional parameters. Fix "pdf-mod-info --dump file" to match usage message.
6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
Usage: pdf-mod-info --in in_file [--out out_file] [--key key [--val val]?]+
|
|
Modifies/Adds/Removes PDF /Info entries in the in_file
|
|
and stores the result in out_file
|
|
Special mode: pdf-mod-info --dump file
|
|
dumps all /Info entries to stdout
|