Fix explanation for --json in man page.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5d6fdc599f
commit
ba2161fa47
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user