1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

update iw-scan description for documentation

This commit is contained in:
Kelly Brazil
2021-04-04 20:30:53 -07:00
parent 25410d3316
commit f88c8343f9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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/)'