diff --git a/man/jc.1 b/man/jc.1 index 42149b69..69922fcd 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2023-03-18 1.23.1 "JSON Convert" +.TH jc 1 2023-03-19 1.23.1 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings diff --git a/templates/readme_template b/templates/readme_template index d6325585..16ca2d6a 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -464,7 +464,7 @@ they are run on an unsupported platform. To see all parser information, including compatibility, run `jc -ap`. You may still use a parser on an unsupported platform - for example, you may -want to parse a file with linux `lsof` output on an macOS or Windows laptop. In +want to parse a file with linux `lsof` output on a macOS or Windows laptop. In that case you can suppress the warning message with the `-q` cli option or the `quiet=True` function parameter in `parse()`: