]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: extend the timeout field name (infinite)
authorJaroslav Kysela <perex@perex.cz>
Tue, 14 Oct 2014 10:17:09 +0000 (12:17 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 14 Oct 2014 10:17:09 +0000 (12:17 +0200)
src/profile.c

index 406473d8e3bf3675858ca285ebf7224cb95ee0d5..4da88f657fe39f5804d5b305c1e8bc58cca83b8e 100644 (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,
     },