From 9a85a0a4d504447b32fb622bb17cebc5e47f687f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 8 Feb 2020 12:46:14 -0800 Subject: [PATCH] fix doc --- docs/parsers/crontab_u.md | 2 +- jc/parsers/crontab_u.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/crontab_u.md b/docs/parsers/crontab_u.md index 7966d714..9dfbbe52 100644 --- a/docs/parsers/crontab_u.md +++ b/docs/parsers/crontab_u.md @@ -11,7 +11,7 @@ Compatibility: Examples: - $ cat /etc/crontab | jc --crontab -p + $ cat /etc/crontab | jc --crontab-u -p { "variables": [ { diff --git a/jc/parsers/crontab_u.py b/jc/parsers/crontab_u.py index c11a1049..1c1090a2 100644 --- a/jc/parsers/crontab_u.py +++ b/jc/parsers/crontab_u.py @@ -10,7 +10,7 @@ Compatibility: Examples: - $ cat /etc/crontab | jc --crontab -p + $ cat /etc/crontab | jc --crontab-u -p { "variables": [ {