From d6f66e7a3ab7c4b7fd1487131f8000e04d4c6bd7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 14 Oct 2014 12:17:09 +0200 Subject: [PATCH] profile: extend the timeout field name (infinite) --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },