diff --git a/README.md b/README.md index 08469bec..1e8e74e3 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio - `--ifconfig` enables the ifconfig command parser - `--ini` enables the INI file parser - `--iptables` enables the iptables command parser -- `--iw-scan` enables the iw dev [device] scan command parser +- `--iw-scan` enables the `iw dev [device] scan` command parser - `--jobs` enables the jobs command parser - `--kv` enables the Key/Value file parser - `--last` enables the last and lastb command parser diff --git a/jc/parsers/iw_scan.py b/jc/parsers/iw_scan.py index cd4e5581..0c9e2bb7 100644 --- a/jc/parsers/iw_scan.py +++ b/jc/parsers/iw_scan.py @@ -115,7 +115,7 @@ import jc.utils class info(): version = '0.5' - description = 'iw dev [device] scan command parser' + description = '`iw dev [device] scan` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Enhancements by Philipp Schmitt (https://pschmitt.dev/)'