diff options
Diffstat (limited to 'plugins/check_nwstat.c')
-rw-r--r-- | plugins/check_nwstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c index 211f0b6e..1a7bfa16 100644 --- a/plugins/check_nwstat.c +++ b/plugins/check_nwstat.c @@ -1664,7 +1664,7 @@ void print_help(void) printf (" %s\n", "-o, --osversion"); printf (" %s\n", _("Include server version string in results")); - printf (UT_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); + printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); printf ("\n"); printf ("%s\n", _("Notes:")); |