minor: Update docs
This commit is contained in:
parent
d287cfb785
commit
676a40426b
2 changed files with 6 additions and 6 deletions
|
@ -74,7 +74,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
|||
[-w <filename> | help] Save data stream to output file (a '-' dumps samples to stdout)
|
||||
[-W <filename> | help] Save data stream to output file, overwrite existing file
|
||||
= Data output options =
|
||||
[-F kv | json | csv | mqtt | influx | syslog | trigger | null | help] Produce decoded output in given format.
|
||||
[-F log | kv | json | csv | mqtt | influx | syslog | trigger | null | help] Produce decoded output in given format.
|
||||
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 | noise[:<secs>] | stats | bits | help] Add various meta data to each output.
|
||||
|
@ -392,8 +392,8 @@ E.g. -X "n=doorbell,m=OOK_PWM,s=400,l=800,r=7000,g=1000,match={24}0xa9878c,repea
|
|||
|
||||
|
||||
= Output format option =
|
||||
[-F kv|json|csv|mqtt|influx|syslog|trigger|null] Produce decoded output in given format.
|
||||
Without this option the default is KV output. Use "-F null" to remove the default.
|
||||
[-F log|kv|json|csv|mqtt|influx|syslog|trigger|null] Produce decoded output in given format.
|
||||
Without this option the default is LOG and KV output. Use "-F null" to remove the default.
|
||||
Append output to file with :<filename> (e.g. -F csv:log.csv), defaults to stdout.
|
||||
Specify MQTT server with e.g. -F mqtt://localhost:1883
|
||||
Add MQTT options with e.g. -F "mqtt://host:1883,opt=arg"
|
||||
|
|
|
@ -124,7 +124,7 @@ Save data stream to output file (a '\-' dumps samples to stdout)
|
|||
Save data stream to output file, overwrite existing file
|
||||
.SS "Data output options"
|
||||
.TP
|
||||
[ \fB\-F\fI kv | json | csv | mqtt | influx | syslog | trigger | null | help\fP ]
|
||||
[ \fB\-F\fI log | kv | json | csv | mqtt | influx | syslog | trigger | null | help\fP ]
|
||||
Produce decoded output in given format.
|
||||
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
|
||||
|
@ -321,10 +321,10 @@ countonly : suppress detailed row output
|
|||
E.g. \-X "n=doorbell,m=OOK_PWM,s=400,l=800,r=7000,g=1000,match={24}0xa9878c,repeats>=3"
|
||||
.SS "Output format option"
|
||||
.TP
|
||||
[ \fB\-F\fI kv|json|csv|mqtt|influx|syslog|trigger|null\fP ]
|
||||
[ \fB\-F\fI log|kv|json|csv|mqtt|influx|syslog|trigger|null\fP ]
|
||||
Produce decoded output in given format.
|
||||
.RS
|
||||
Without this option the default is KV output. Use "\-F null" to remove the default.
|
||||
Without this option the default is LOG and KV output. Use "\-F null" to remove the default.
|
||||
.RE
|
||||
.RS
|
||||
Append output to file with :<filename> (e.g. \-F csv:log.csv), defaults to stdout.
|
||||
|
|
Loading…
Add table
Reference in a new issue