From b724e0969a0d6b22bed0c77eb8d629381179ea3f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 26 Sep 2021 20:22:16 -0700 Subject: [PATCH] -qq instead of -q --- docs/parsers/ls_s.md | 2 +- jc/parsers/ls_s.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/ls_s.md b/docs/parsers/ls_s.md index e90f7a87..fcb1f889 100644 --- a/docs/parsers/ls_s.md +++ b/docs/parsers/ls_s.md @@ -5,7 +5,7 @@ jc - JSON CLI output utility `ls` and `vdir` command output streaming parser 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` option on `ls`. -The `jc` `-q` option can be used to ignore parsing errors. (e.g. filenames with newline characters, but `-b` was not used) +The `jc` `-qq` option can be used to ignore parsing errors. (e.g. filenames with newline characters, but `-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) diff --git a/jc/parsers/ls_s.py b/jc/parsers/ls_s.py index ee009c06..74c53064 100644 --- a/jc/parsers/ls_s.py +++ b/jc/parsers/ls_s.py @@ -2,7 +2,7 @@ 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` option on `ls`. -The `jc` `-q` option can be used to ignore parsing errors. (e.g. filenames with newline characters, but `-b` was not used) +The `jc` `-qq` option can be used to ignore parsing errors. (e.g. filenames with newline characters, but `-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)