From dc2907d3ce101043b30bcce71abb4bb02897f43a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 13 Feb 2020 16:58:25 -0800 Subject: [PATCH] doc update --- docs/parsers/crontab.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/parsers/crontab.md b/docs/parsers/crontab.md index 98eb08e4..c6d63870 100644 --- a/docs/parsers/crontab.md +++ b/docs/parsers/crontab.md @@ -1,9 +1,9 @@ # jc.parsers.crontab -jc - JSON CLI output utility crontab file Parser +jc - JSON CLI output utility crontab command and file Parser Usage: - specify --crontab as the first argument if the piped input is coming from a crontab file + specify --crontab as the first argument if the piped input is coming from crontab -l or a crontab file Compatibility: @@ -11,7 +11,7 @@ Compatibility: Examples: - $ cat /etc/crontab | jc --crontab -p + $ crontab -l | jc --crontab -p { "variables": [ {