diff --git a/README.md b/README.md index 82f3b58e4..e760af25c 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/jc/cli.py b/jc/cli.py index a7d6622ab..8ae571ecd 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -88,7 +88,7 @@ class info(): 'pip-show', 'ps', 'route', - 'rpm_qi', + 'rpm-qi', 'shadow', 'ss', 'stat', diff --git a/man/jc.1 b/man/jc.1 index ddeeb8e48..d9deefa64 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -264,7 +264,7 @@ Key/Value file parser .TP .B -\fB--rpm_qi\fP +\fB--rpm-qi\fP `rpm -qi` command parser .TP