From 79522d1c7dd4dec15b75b06dda002752f7d97e36 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 28 Feb 2020 08:51:48 -0800 Subject: [PATCH] doc fixes --- docs/parsers/ls.md | 5 +++-- jc/parsers/ls.py | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/parsers/ls.md b/docs/parsers/ls.md index aed2b828..bdf47299 100644 --- a/docs/parsers/ls.md +++ b/docs/parsers/ls.md @@ -10,9 +10,10 @@ Usage: specify --ls as the first argument if the piped input is coming from ls ls options supported: - - laR + + -laR --time-style=full-iso - - h file sizes will be available in text form with -r but larger file sizes + -h file sizes will be available in text form with -r but larger file sizes with human readable suffixes will be converted to Null in default view since the parser attempts to convert this field to an integer. diff --git a/jc/parsers/ls.py b/jc/parsers/ls.py index 9bcf0914..b1ec6c2d 100644 --- a/jc/parsers/ls.py +++ b/jc/parsers/ls.py @@ -9,9 +9,10 @@ Usage: specify --ls as the first argument if the piped input is coming from ls ls options supported: - - laR + + -laR --time-style=full-iso - - h file sizes will be available in text form with -r but larger file sizes + -h file sizes will be available in text form with -r but larger file sizes with human readable suffixes will be converted to Null in default view since the parser attempts to convert this field to an integer.