diff --git a/CHANGELOG b/CHANGELOG index 80cf329d..ac1acbca 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,6 @@ jc changelog 20210923 v1.17.0 - Note to Package Maintainers: please see note at 20210720 v1.16.0 - Add wrapping of warning and error messages -- ??? Add generic ASCII tables parser - Add vmstat parser tested on linux - Add support for streaming parsers - Add ls command streaming parser tested on linux, macOS, and freeBSD diff --git a/jc/__init__.py b/jc/__init__.py index 96b1d5c0..a0551ac0 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -59,7 +59,7 @@ Module Example: >>> >>> import subprocess >>> import jc.parsers.dig - >>> + >>> >>> cmd_output = subprocess.check_output(['dig', 'example.com'], text=True) >>> data = jc.parsers.dig.parse(cmd_output) >>> diff --git a/man/jc.1 b/man/jc.1 index f167f6cd..405b0143 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2021-09-25 1.17.0 "JSON CLI output utility" +.TH jc 1 2021-09-26 1.17.0 "JSON CLI output utility" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS