1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

fix help examples

This commit is contained in:
Kelly Brazil
2022-09-07 14:25:09 -07:00
parent c4c159f056
commit cfe98506a5

View File

@ -185,11 +185,11 @@ Usage:
Standard syntax:
COMMAND | jc PARSER [OPTIONS]
COMMAND | jc [OPTIONS] PARSER
cat FILE | jc PARSER [OPTIONS]
cat FILE | jc [OPTIONS] PARSER
echo STRING | jc PARSER [OPTIONS]
echo STRING | jc [OPTIONS] PARSER
Magic syntax:
@ -203,8 +203,8 @@ Options:
{options_string}
Examples:
Standard Syntax:
$ dig www.google.com | jc --dig --pretty
$ cat /proc/meminfo | jc --proc --pretty
$ dig www.google.com | jc --pretty --dig
$ cat /proc/meminfo | jc --pretty --proc
Magic Syntax:
$ jc --pretty dig www.google.com