formatting

This commit is contained in:
John
2024-10-31 07:49:45 +01:00
parent eeb8f2ecc0
commit b315cb575a
+1 -1
View File
@@ -62,7 +62,7 @@ static const argDef g_knx_argDefs[] = {
{"knxrage", O_AGR, "SEC", 0, "Maximum age in seconds for using the last value of read messages (0=disable)" {"knxrage", O_AGR, "SEC", 0, "Maximum age in seconds for using the last value of read messages (0=disable)"
" [5]"}, " [5]"},
{"knxwage", O_AGW, "SEC", 0, "Maximum age in seconds for using the last value for reads on write messages" {"knxwage", O_AGW, "SEC", 0, "Maximum age in seconds for using the last value for reads on write messages"
" (0=disable), [99999999]"}, " (0=disable) [99999999]"},
{"knxint", O_INT, "FILE", 0, "Read KNX integration settings from FILE [/etc/ebusd/knx.cfg]"}, {"knxint", O_INT, "FILE", 0, "Read KNX integration settings from FILE [/etc/ebusd/knx.cfg]"},
{"knxvar", O_VAR, "NAME=VALUE[,...]", 0, "Add variable(s) to the read KNX integration settings"}, {"knxvar", O_VAR, "NAME=VALUE[,...]", 0, "Add variable(s) to the read KNX integration settings"},