1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00
This commit is contained in:
Kelly Brazil
2022-11-04 09:19:42 -07:00
parent 23e1dd3e35
commit 71c8364f80
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ Examples:
... ...
] ]
$ proc_modules | jc --proc_modules -p -r $ cat /proc/modules | jc --proc-modules -p -r
[ [
{ {
"module": "binfmt_misc", "module": "binfmt_misc",

View File

@ -80,7 +80,7 @@ Examples:
... ...
] ]
$ proc_modules | jc --proc_modules -p -r $ cat /proc/modules | jc --proc-modules -p -r
[ [
{ {
"module": "binfmt_misc", "module": "binfmt_misc",

View File

@ -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 .SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
.SH SYNOPSIS .SH SYNOPSIS