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)