aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index e4da30ed..ee6d0cb7 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -11,6 +11,9 @@
*
* This file contains the check_smtp plugin
*
+* This plugin will attempt to open an SMTP connection with the host.
+*
+*
* License Information:
*
* This program is free software; you can redistribute it and/or modify
@@ -778,8 +781,8 @@ void
print_usage (void)
{
printf (_("Usage:"));
- printf ("%s -H host [-p port] [-e expect] [-C command] [-f from addr]\n\
- [-A authtype -U authuser -P authpass]\n\
- [-w warn] [-c crit] [-t timeout] [-S] [-D days] [-n] [-v] [-4|-6]\n", progname);
+ printf ("%s -H host [-p port] [-e expect] [-C command] [-f from addr]", progname);
+ printf ("[-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout]\n");
+ printf ("[-S] [-D days] [-n] [-v] [-4|-6]\n");
}