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