Minor update Readme
This commit is contained in:
parent
9ae253727d
commit
f648297833
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
|||
Append output to file with :<filename> (e.g. -F csv:log.csv), defaults to stdout.
|
||||
Specify host/port for syslog with e.g. -F syslog:127.0.0.1:1514
|
||||
[-M time[:<options>] | protocol | level | stats | bits | help] Add various meta data to each output.
|
||||
[-K FILE | PATH | <tag>] Add an expanded token or fixed tag to every output line.
|
||||
[-K FILE | PATH | <tag> | <key>=<value>] Add an expanded token or fixed tag to every output line.
|
||||
[-C native | si | customary] Convert units in decoded output.
|
||||
[-T <seconds>] Specify number of seconds to run, also 12:34 or 1h23m45s
|
||||
[-E hop | quit] Hop/Quit after outputting successful event(s)
|
||||
|
|
|
@ -123,7 +123,7 @@ Produce decoded output in given format.
|
|||
[ \fB\-M\fI time[:<options>] | protocol | level | stats | bits | help\fP ]
|
||||
Add various meta data to each output.
|
||||
.TP
|
||||
[ \fB\-K\fI FILE | PATH | <tag>\fP ]
|
||||
[ \fB\-K\fI FILE | PATH | <tag> | <key>=<value>\fP ]
|
||||
Add an expanded token or fixed tag to every output line.
|
||||
.TP
|
||||
[ \fB\-C\fI native | si | customary\fP ]
|
||||
|
|
|
@ -304,7 +304,7 @@ r_device schrader_EG53MA4 = {
|
|||
};
|
||||
|
||||
r_device schrader_SMD3MA4 = {
|
||||
.name = "Schrader TPMS SMD3MA4",
|
||||
.name = "Schrader TPMS SMD3MA4 (Subaru)",
|
||||
.modulation = OOK_PULSE_PCM_RZ,
|
||||
.short_width = 120,
|
||||
.long_width = 120,
|
||||
|
|
Loading…
Add table
Reference in a new issue