mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
update iw-scan description for documentation
This commit is contained in:
@ -156,7 +156,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
|
|||||||
- `--ifconfig` enables the ifconfig command parser
|
- `--ifconfig` enables the ifconfig command parser
|
||||||
- `--ini` enables the INI file parser
|
- `--ini` enables the INI file parser
|
||||||
- `--iptables` enables the iptables command 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
|
- `--jobs` enables the jobs command parser
|
||||||
- `--kv` enables the Key/Value file parser
|
- `--kv` enables the Key/Value file parser
|
||||||
- `--last` enables the last and lastb command parser
|
- `--last` enables the last and lastb command parser
|
||||||
|
@ -115,7 +115,7 @@ import jc.utils
|
|||||||
|
|
||||||
class info():
|
class info():
|
||||||
version = '0.5'
|
version = '0.5'
|
||||||
description = 'iw dev <device> scan command parser'
|
description = 'iw dev [device] scan command parser'
|
||||||
author = 'Kelly Brazil'
|
author = 'Kelly Brazil'
|
||||||
author_email = 'kellyjonbrazil@gmail.com'
|
author_email = 'kellyjonbrazil@gmail.com'
|
||||||
details = 'Enhancements by Philipp Schmitt (https://pschmitt.dev/)'
|
details = 'Enhancements by Philipp Schmitt (https://pschmitt.dev/)'
|
||||||
|
Reference in New Issue
Block a user