mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-09 01:05:53 +02:00
doc update
This commit is contained in:
@ -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)
|
||||||
|
@ -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)
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -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
|
||||||
|
Reference in New Issue
Block a user