summaryrefslogtreecommitdiffstats
path: root/plugins/check_mrtg.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_mrtg.c')
-rw-r--r--plugins/check_mrtg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c
index 88c8e49..2a9958d 100644
--- a/plugins/check_mrtg.c
+++ b/plugins/check_mrtg.c
@@ -304,7 +304,7 @@ process_arguments (int argc, char **argv)
304 if (is_intpos (argv[c])) 304 if (is_intpos (argv[c]))
305 expire_minutes = atoi (argv[c++]); 305 expire_minutes = atoi (argv[c++]);
306 else 306 else
307 terminate (STATE_UNKNOWN, 307 die (STATE_UNKNOWN,
308 _("%s is not a valid expiration time\nUse '%s -h' for additional help\n"), 308 _("%s is not a valid expiration time\nUse '%s -h' for additional help\n"),
309 argv[c], progname); 309 argv[c], progname);
310 } 310 }