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

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
1 changed files with 3 additions and 3 deletions

View File

@ -83,10 +83,10 @@ suppresses errors related to them.
Write debug output to the terminal and log file.
*--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
`epubgrep`, the value is the version of the program, as string. The rest is an
array named `matches`.
`epubgrep`. The value is the version of the program, as string. The matches are
in an array named `matches`. I will try not to break the API. 😊
== USAGE