mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
doc fix
This commit is contained in:
@ -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",
|
||||||
|
@ -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",
|
||||||
|
2
man/jc.1
2
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
|
.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
|
||||||
|
Reference in New Issue
Block a user