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

doc update

This commit is contained in:
Kelly Brazil
2019-12-16 18:54:19 -08:00
parent 5ff99de405
commit 202bc8201e
3 changed files with 5 additions and 5 deletions

View File

@ -161,7 +161,7 @@ $ arp -a | jc --arp -p
``` ```
### crontab ### crontab
``` ```
$ crontab | jc --crontab -p $ cat /etc/crontab | jc --crontab -p
{ {
"variables": [ "variables": [
{ {

View File

@ -11,7 +11,7 @@ Compatibility:
Examples: Examples:
$ crontab | jc --crontab -p $ cat /etc/crontab | jc --crontab -p
{ {
"variables": [ "variables": [
{ {
@ -80,7 +80,7 @@ Examples:
] ]
} }
$ crontab | jc --crontab -p -r $ cat /etc/crontab | jc --crontab -p -r
{ {
"variables": [ "variables": [
{ {

View File

@ -10,7 +10,7 @@ Compatibility:
Examples: Examples:
$ crontab | jc --crontab -p $ cat /etc/crontab | jc --crontab -p
{ {
"variables": [ "variables": [
{ {
@ -79,7 +79,7 @@ Examples:
] ]
} }
$ crontab | jc --crontab -p -r $ cat /etc/crontab | jc --crontab -p -r
{ {
"variables": [ "variables": [
{ {