mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update description of mute option
This commit is contained in:
parent
3ca6a66d9b
commit
fa4207ddfd
3 changed files with 9 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ Options:
|
|||
--rs-485 Enable RS-485 mode
|
||||
--rs-485-config <config> Set RS-485 configuration
|
||||
--alert bell|blink|none Alert on connect/disconnect (default: none)
|
||||
--mute Mute tio
|
||||
--mute Mute tio messages
|
||||
--script <string> Run script from string
|
||||
--script-file <filename> Run script from file
|
||||
--script-run once|always|never Run script on connect (default: always)
|
||||
|
|
|
|||
|
|
@ -299,6 +299,11 @@ will sound the bell twice or blink twice on disconnect.
|
|||
|
||||
Default value is "none".
|
||||
|
||||
.TP
|
||||
.BR "\-\-mute"
|
||||
|
||||
Mute tio messages.
|
||||
|
||||
.TP
|
||||
.BR "\-\-script \fI<string>
|
||||
|
||||
|
|
@ -509,6 +514,8 @@ Enable RS-485 mode
|
|||
Set RS-485 configuration
|
||||
.IP "\fBalert"
|
||||
Set alert action on connect/disconnect
|
||||
.IP "\fBmute"
|
||||
Mute tio messages
|
||||
.IP "\fBscript"
|
||||
Run script from string
|
||||
.IP "\fBscript-file"
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ void print_help(char *argv[])
|
|||
printf(" --rs-485 Enable RS-485 mode\n");
|
||||
printf(" --rs-485-config <config> Set RS-485 configuration\n");
|
||||
printf(" --alert bell|blink|none Alert on connect/disconnect (default: none)\n");
|
||||
printf(" --mute Mute tio\n");
|
||||
printf(" --mute Mute tio messages\n");
|
||||
printf(" --script <string> Run script from string\n");
|
||||
printf(" --script-file <filename> Run script from file\n");
|
||||
printf(" --script-run once|always|never Run script on connect (default: always)\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue