From 202bc8201e31fd453c682265347b4e2ac2d41718 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 16 Dec 2019 18:54:19 -0800 Subject: [PATCH] doc update --- README.md | 2 +- docs/parsers/crontab.md | 4 ++-- jc/parsers/crontab.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c08409c..6cd94acf 100755 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ $ arp -a | jc --arp -p ``` ### crontab ``` -$ crontab | jc --crontab -p +$ cat /etc/crontab | jc --crontab -p { "variables": [ { diff --git a/docs/parsers/crontab.md b/docs/parsers/crontab.md index 3260c8eb..d4e709a4 100644 --- a/docs/parsers/crontab.md +++ b/docs/parsers/crontab.md @@ -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": [ { diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index c7410f52..a1dc6a54 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -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": [ {