From 1c1b19a478fe5c356a93cd165518429e77fcbdf0 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 13 Feb 2020 16:57:30 -0800 Subject: [PATCH] doc update --- jc/parsers/crontab.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index ea234a20..f656cf40 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -1,8 +1,8 @@ -"""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: @@ -10,7 +10,7 @@ Compatibility: Examples: - $ cat /etc/crontab | jc --crontab -p + $ crontab -l | jc --crontab -p { "variables": [ {