diff options
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 4646b8a..4ad2c42 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -715,7 +715,7 @@ print_help (void) | |||
715 | #if defined( __linux__ ) | 715 | #if defined( __linux__ ) |
716 | printf (" %s\n", _("ELAPSED - time elapsed in seconds")); | 716 | printf (" %s\n", _("ELAPSED - time elapsed in seconds")); |
717 | #endif /* defined(__linux__) */ | 717 | #endif /* defined(__linux__) */ |
718 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); | 718 | printf (UT_PLUG_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |
719 | 719 | ||
720 | printf (" %s\n", "-v, --verbose"); | 720 | printf (" %s\n", "-v, --verbose"); |
721 | printf (" %s\n", _("Extra information. Up to 3 verbosity levels")); | 721 | printf (" %s\n", _("Extra information. Up to 3 verbosity levels")); |