summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index a43b993..f6f347c 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -90,7 +90,7 @@ main (int argc, char **argv)
90 textdomain (PACKAGE); 90 textdomain (PACKAGE);
91 91
92 if (process_arguments (argc, argv) != OK) 92 if (process_arguments (argc, argv) != OK)
93 usage (_("Invalid command arguments supplied\n")); 93 usage (_("Incorrect arguments supplied\n"));
94 94
95 /* initialize the HELO command with the localhostname */ 95 /* initialize the HELO command with the localhostname */
96#ifndef HOST_MAX_BYTES 96#ifndef HOST_MAX_BYTES