From 71c8364f80a53714032f2d3d6445161cfbc18e01 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 4 Nov 2022 09:19:42 -0700 Subject: [PATCH] doc fix --- docs/parsers/proc.md | 2 +- jc/parsers/proc.py | 2 +- man/jc.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/parsers/proc.md b/docs/parsers/proc.md index d51a25d9..76ce794a 100644 --- a/docs/parsers/proc.md +++ b/docs/parsers/proc.md @@ -85,7 +85,7 @@ Examples: ... ] - $ proc_modules | jc --proc_modules -p -r + $ cat /proc/modules | jc --proc-modules -p -r [ { "module": "binfmt_misc", diff --git a/jc/parsers/proc.py b/jc/parsers/proc.py index 937ba3a3..a7385e29 100644 --- a/jc/parsers/proc.py +++ b/jc/parsers/proc.py @@ -80,7 +80,7 @@ Examples: ... ] - $ proc_modules | jc --proc_modules -p -r + $ cat /proc/modules | jc --proc-modules -p -r [ { "module": "binfmt_misc", diff --git a/man/jc.1 b/man/jc.1 index 2c48cf42..6802010e 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-11-01 1.22.2 "JSON Convert" +.TH jc 1 2022-11-04 1.22.2 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings .SH SYNOPSIS