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

test backticks in description

This commit is contained in:
Kelly Brazil
2021-04-04 20:31:58 -07:00
parent f88c8343f9
commit 6201fb346a
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/)'