From f88c8343f9dec5e0190df94a5109e6c749bda286 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 4 Apr 2021 20:30:53 -0700 Subject: [PATCH] update iw-scan description for documentation --- README.md | 2 +- jc/parsers/iw_scan.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98592088..08469bec 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 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 bf364e6c..cd4e5581 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 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/)'