Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: extend the timeout field name (infinite)
  • Loading branch information
perexg committed Oct 14, 2014
1 parent 28757bc commit d6f66e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Expand Up @@ -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,
},
Expand Down

0 comments on commit d6f66e7

Please sign in to comment.