1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

docs formatting

This commit is contained in:
Kelly Brazil
2021-04-05 12:07:52 -07:00
parent 2f1011dd85
commit 3590cda13a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# jc.parsers.last
jc - JSON CLI output utility `last` and `lastb` command output parser
Supports -w and -F options.
Supports `-w` and `-F` options.
Calculated epoch time fields are naive (i.e. based on the local time of the system the parser is run on) since there is no timezone information in the `last` command output.

View File

@ -1,6 +1,6 @@
"""jc - JSON CLI output utility `last` and `lastb` command output parser
Supports -w and -F options.
Supports `-w` and `-F` options.
Calculated epoch time fields are naive (i.e. based on the local time of the system the parser is run on) since there is no timezone information in the `last` command output.