From 8ab08a5231e082940a62fcde4be218b7ba94be31 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 10 May 2021 10:13:52 -0700 Subject: [PATCH] doc update --- docs/parsers/dig.md | 4 +++- jc/parsers/dig.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/parsers/dig.md b/docs/parsers/dig.md index 6a7b6952..3719323c 100644 --- a/docs/parsers/dig.md +++ b/docs/parsers/dig.md @@ -3,7 +3,9 @@ # jc.parsers.dig jc - JSON CLI output utility `dig` command output parser -The `+noall +answer` options are supported in cases where only the answer information is desired. +Options supported: +- `+noall +answer` options are supported in cases where only the answer information is desired. +- `+axfr` option is supported on its own The `when_epoch` calculated timestamp field is naive (i.e. based on the local time of the system the parser is run on) diff --git a/jc/parsers/dig.py b/jc/parsers/dig.py index e7ed438c..cac0cfcb 100644 --- a/jc/parsers/dig.py +++ b/jc/parsers/dig.py @@ -1,6 +1,8 @@ """jc - JSON CLI output utility `dig` command output parser -The `+noall +answer` options are supported in cases where only the answer information is desired. +Options supported: +- `+noall +answer` options are supported in cases where only the answer information is desired. +- `+axfr` option is supported on its own The `when_epoch` calculated timestamp field is naive (i.e. based on the local time of the system the parser is run on)