diff options
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r-- | plugins/check_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c index 042a7d5..ee6ff43 100644 --- a/plugins/check_time.c +++ b/plugins/check_time.c | |||
@@ -63,7 +63,7 @@ main (int argc, char **argv) | |||
63 | textdomain (PACKAGE); | 63 | textdomain (PACKAGE); |
64 | 64 | ||
65 | if (process_arguments (argc, argv) != TRUE) | 65 | if (process_arguments (argc, argv) != TRUE) |
66 | usage (_("check_time: could not parse arguments\n")); | 66 | usage4 (_("Could not parse arguments")); |
67 | 67 | ||
68 | /* initialize alarm signal handling */ | 68 | /* initialize alarm signal handling */ |
69 | signal (SIGALRM, socket_timeout_alarm_handler); | 69 | signal (SIGALRM, socket_timeout_alarm_handler); |