Fix explanation for --json in man page.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tastytea 2021-06-01 20:23:54 +02:00
parent 5d6fdc599f
commit ba2161fa47
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -83,10 +83,10 @@ suppresses errors related to them.
Write debug output to the terminal and log file. Write debug output to the terminal and log file.
*--json*:: *--json*::
Output JSON instead of plain text. JSON will only output at the end of the Output JSON instead of plain text. JSON will only be output at the end of the
program. There will be an object named `generator` with the property program. There will be an object named `generator` with the property
`epubgrep`, the value is the version of the program, as string. The rest is an `epubgrep`. The value is the version of the program, as string. The matches are
array named `matches`. in an array named `matches`. I will try not to break the API. 😊
== USAGE == USAGE