From ba2161fa4770be52881cd66bf26f26e13784a774 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 1 Jun 2021 20:23:54 +0200 Subject: [PATCH] Fix explanation for --json in man page. --- man/epubgrep.1.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/epubgrep.1.adoc b/man/epubgrep.1.adoc index 4830e63..7fdf51b 100644 --- a/man/epubgrep.1.adoc +++ b/man/epubgrep.1.adoc @@ -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