diff --git a/src/profile.c b/src/profile.c index 406473d8..4da88f65 100644 --- a/src/profile.c +++ b/src/profile.c @@ -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, },