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.