aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r--plugins/check_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c
index 225a15e4..3943742a 100644
--- a/plugins/check_time.c
+++ b/plugins/check_time.c
@@ -358,7 +358,7 @@ print_help (void)
printf (" %s\n", "-C, --critical-connect=INTEGER");
printf (" %s\n", _("Response time (sec.) necessary to result in critical status"));
- printf (UT_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
+ printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
printf (UT_SUPPORT);
}