1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add crontab-u to parsers list

This commit is contained in:
Kelly Brazil
2020-02-05 10:58:26 -08:00
parent a7b7bdd467
commit eb67c484ff

View File

@ -66,6 +66,7 @@ jc PARSER [OPTIONS]
### Parsers
- `--arp` enables the `arp` parser
- `--crontab` enables the `crontab` file parser
- `--crontab-u` enables the `crontab` file parser with user support
- `--df` enables the `df` parser
- `--dig` enables the `dig` parser
- `--du` enables the `du` parser
@ -233,7 +234,7 @@ $ cat /etc/crontab | jc --crontab -p
]
}
```
### crontab-u (with user specified)
### crontab-u (with user support)
```
$ cat /etc/crontab | jc --crontab-u -p
{