From 1ac944fa028a400ae7b39b811fcf368c9bf5e259 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 13 Sep 2021 12:13:14 -0700 Subject: [PATCH] add -q option info to docstring --- jc/parsers/ls_s.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jc/parsers/ls_s.py b/jc/parsers/ls_s.py index 8d723377..8d0f41a8 100644 --- a/jc/parsers/ls_s.py +++ b/jc/parsers/ls_s.py @@ -2,6 +2,8 @@ This streaming parser requires the `-l` option to be used on `ls`. If there are newline characters in the filename, then make sure to use the `-b` or `-B` option on `ls`. +The `jc` `-q` option can be used to ignore parsing errors. (e.g. filenames with newline characters, but `-b` or `-B` was not used) + The `epoch` calculated timestamp field is naive (i.e. based on the local time of the system the parser is run on) The `epoch_utc` calculated timestamp field is timezone-aware and is only available if the timezone field is UTC.