diff options
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index e962e024..93bff453 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -146,7 +146,7 @@ main (int argc, char **argv) clean_revstring (revision), VERSION); if (process_arguments (argc, argv) != TRUE) - usage (_("check_http: could not parse arguments\n")); + usage4 (_("Could not parse arguments")); if (strstr (timestamp, ":")) { if (strstr (server_url, "?")) |