From dcdd79e28cc8e3a6dafdac957d49f2aa54687dad Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 2 Oct 2023 08:34:14 -0700 Subject: [PATCH] doc update --- docs/parsers/nsd_control.md | 8 ++++---- jc/parsers/nsd_control.py | 2 +- man/jc.1 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/parsers/nsd_control.md b/docs/parsers/nsd_control.md index 6e5681af..23331505 100644 --- a/docs/parsers/nsd_control.md +++ b/docs/parsers/nsd_control.md @@ -16,15 +16,15 @@ or Usage (module): import jc - result = jc.parse('nsd-control', nsd-control_command_output) + result = jc.parse('nsd_control', nsd_control_command_output) Schema: [ { - "version": string, - "verbosity": integer, - "ratelimit": integer + "version": string, + "verbosity": integer, + "ratelimit": integer } ] diff --git a/jc/parsers/nsd_control.py b/jc/parsers/nsd_control.py index d041589c..4faca968 100644 --- a/jc/parsers/nsd_control.py +++ b/jc/parsers/nsd_control.py @@ -11,7 +11,7 @@ or Usage (module): import jc - result = jc.parse('nsd-control', nsd-control_command_output) + result = jc.parse('nsd_control', nsd_control_command_output) Schema: diff --git a/man/jc.1 b/man/jc.1 index e64e6d66..2a22618d 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2023-10-01 1.23.5 "JSON Convert" +.TH jc 1 2023-10-02 1.23.5 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings