diff --git a/docs/parsers/ls.md b/docs/parsers/ls.md index 4699c3a5..d37b255c 100644 --- a/docs/parsers/ls.md +++ b/docs/parsers/ls.md @@ -8,6 +8,7 @@ Usage: ls options supported: - None - laR + --time-style=full-iso - 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 d266564b..12477099 100644 --- a/jc/parsers/ls.py +++ b/jc/parsers/ls.py @@ -7,6 +7,7 @@ Usage: ls options supported: - None - laR + --time-style=full-iso - 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.