1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-08-16 10:01:31 -07:00
parent 8a6bbc55d2
commit f17d9ccbd6
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jc - JSON Convert Syslog RFC 5424 string parser
This parser accepts a single syslog line string or multiple syslog lines This parser accepts a single syslog line string or multiple syslog lines
separated by newlines. A warning message to `STDERR` will be printed if an separated by newlines. A warning message to `STDERR` will be printed if an
unparsable line is found. unparsable line is found unless `--quiet` or `quiet=True` is used.
The `timestamp_epoch` calculated timestamp field is naive. (i.e. based on The `timestamp_epoch` calculated timestamp field is naive. (i.e. based on
the local time of the system the parser is run on) the local time of the system the parser is run on)

View File

@ -2,7 +2,7 @@
This parser accepts a single syslog line string or multiple syslog lines This parser accepts a single syslog line string or multiple syslog lines
separated by newlines. A warning message to `STDERR` will be printed if an separated by newlines. A warning message to `STDERR` will be printed if an
unparsable line is found. unparsable line is found unless `--quiet` or `quiet=True` is used.
The `timestamp_epoch` calculated timestamp field is naive. (i.e. based on The `timestamp_epoch` calculated timestamp field is naive. (i.e. based on
the local time of the system the parser is run on) the local time of the system the parser is run on)

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-08-15 1.21.0 "JSON Convert" .TH jc 1 2022-08-16 1.21.0 "JSON Convert"
.SH NAME .SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS .SH SYNOPSIS