profile: extend the timeout field name (infinite)

This commit is contained in:
Jaroslav Kysela 2014-10-14 12:17:09 +02:00
parent 28757bcb1d
commit d6f66e7a3a

View file

@ -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,
},