From 9cf5be73e3f975132d1ffbef412638b941a5664f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 6 Jan 2021 16:19:47 -0800 Subject: [PATCH] typo fix --- docs/parsers/iw_scan.md | 2 +- jc/parsers/iw_scan.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/iw_scan.md b/docs/parsers/iw_scan.md index c7f09249..bc876235 100644 --- a/docs/parsers/iw_scan.md +++ b/docs/parsers/iw_scan.md @@ -1,6 +1,6 @@ # jc.parsers.iw_scan -jc - JSON CLI output utility `iw DEV scan` command output parser +jc - JSON CLI output utility `iw dev scan` command output parser This parser is considered beta quality. Not all fields are parsed. diff --git a/jc/parsers/iw_scan.py b/jc/parsers/iw_scan.py index beabcf97..2f458092 100644 --- a/jc/parsers/iw_scan.py +++ b/jc/parsers/iw_scan.py @@ -1,4 +1,4 @@ -"""jc - JSON CLI output utility `iw DEV scan` command output parser +"""jc - JSON CLI output utility `iw dev scan` command output parser This parser is considered beta quality. Not all fields are parsed.