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: 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: Magic syntax:
@ -203,8 +203,8 @@ Options:
{options_string} {options_string}
Examples: Examples:
Standard Syntax: Standard Syntax:
$ dig www.google.com | jc --dig --pretty $ dig www.google.com | jc --pretty --dig
$ cat /proc/meminfo | jc --proc --pretty $ cat /proc/meminfo | jc --pretty --proc
Magic Syntax: Magic Syntax:
$ jc --pretty dig www.google.com $ jc --pretty dig www.google.com