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

fix rpm-qi docs (used underscore instead of dash in name)

This commit is contained in:
Kelly Brazil
2021-04-12 13:01:17 -07:00
parent 7eb31bc7d2
commit fb0ced549e
4 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ The `build_epoch_utc` calculated timestamp field is timezone-aware and is only a
Usage (cli):
$ rpm -qia | jc --rpm_qi
$ rpm -qia | jc --rpm-qi
or
@ -52,7 +52,7 @@ Schema:
Examples:
$ rpm -qia | jc --rpm_qi -p
$ rpm -qia | jc --rpm-qi -p
[
{
"name": "make",
@ -102,7 +102,7 @@ Examples:
...
]
$ rpm -qia | jc --rpm_qi -p -r
$ rpm -qia | jc --rpm-qi -p -r
[
{
"name": "make",

Binary file not shown.

View File

@ -8,7 +8,7 @@ The `build_epoch_utc` calculated timestamp field is timezone-aware and is only a
Usage (cli):
$ rpm -qia | jc --rpm_qi
$ rpm -qia | jc --rpm-qi
or
@ -49,7 +49,7 @@ Schema:
Examples:
$ rpm -qia | jc --rpm_qi -p
$ rpm -qia | jc --rpm-qi -p
[
{
"name": "make",
@ -99,7 +99,7 @@ Examples:
...
]
$ rpm -qia | jc --rpm_qi -p -r
$ rpm -qia | jc --rpm-qi -p -r
[
{
"name": "make",

Binary file not shown.