mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -161,7 +161,7 @@ $ arp -a | jc --arp -p
|
||||
```
|
||||
### crontab
|
||||
```
|
||||
$ crontab | jc --crontab -p
|
||||
$ cat /etc/crontab | jc --crontab -p
|
||||
{
|
||||
"variables": [
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ Compatibility:
|
||||
|
||||
Examples:
|
||||
|
||||
$ crontab | jc --crontab -p
|
||||
$ cat /etc/crontab | jc --crontab -p
|
||||
{
|
||||
"variables": [
|
||||
{
|
||||
@ -80,7 +80,7 @@ Examples:
|
||||
]
|
||||
}
|
||||
|
||||
$ crontab | jc --crontab -p -r
|
||||
$ cat /etc/crontab | jc --crontab -p -r
|
||||
{
|
||||
"variables": [
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ Compatibility:
|
||||
|
||||
Examples:
|
||||
|
||||
$ crontab | jc --crontab -p
|
||||
$ cat /etc/crontab | jc --crontab -p
|
||||
{
|
||||
"variables": [
|
||||
{
|
||||
@ -79,7 +79,7 @@ Examples:
|
||||
]
|
||||
}
|
||||
|
||||
$ crontab | jc --crontab -p -r
|
||||
$ cat /etc/crontab | jc --crontab -p -r
|
||||
{
|
||||
"variables": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user