Skip to content

Commit

Permalink
fix rpm-qi parser name
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Apr 7, 2021
1 parent 275f386 commit 5285e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
- `--pip-show` enables the `pip show` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/pip_show))
- `--ps` enables the `ps` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/ps))
- `--route` enables the `route` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/route))
- `--rpm_qi` enables the `rpm -qi` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/rpm_qi))
- `--rpm-qi` enables the `rpm -qi` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/rpm_qi))
- `--shadow` enables the `/etc/shadow` file parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/shadow))
- `--ss` enables the `ss` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/ss))
- `--stat` enables the `stat` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/stat))
Expand Down
2 changes: 1 addition & 1 deletion jc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class info():
'pip-show',
'ps',
'route',
'rpm_qi',
'rpm-qi',
'shadow',
'ss',
'stat',
Expand Down
2 changes: 1 addition & 1 deletion man/jc.1
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Key/Value file parser

.TP
.B
\fB--rpm_qi\fP
\fB--rpm-qi\fP
`rpm -qi` command parser

.TP
Expand Down

0 comments on commit 5285e69

Please sign in to comment.