profile: extend the timeout field name (infinite)
This commit is contained in:
parent
28757bcb1d
commit
d6f66e7a3a
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ const idclass_t profile_class =
|
|||
{
|
||||
.type = PT_INT,
|
||||
.id = "timeout",
|
||||
.name = "Timeout (sec)",
|
||||
.name = "Timeout (sec) (0=infinite)",
|
||||
.off = offsetof(profile_t, pro_timeout),
|
||||
.def.i = 5,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue