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.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index e4da30e..ee6d0cb 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -11,6 +11,9 @@
11* 11*
12* This file contains the check_smtp plugin 12* This file contains the check_smtp plugin
13* 13*
14* This plugin will attempt to open an SMTP connection with the host.
15*
16*
14* License Information: 17* License Information:
15* 18*
16* This program is free software; you can redistribute it and/or modify 19* This program is free software; you can redistribute it and/or modify
@@ -778,8 +781,8 @@ void
778print_usage (void) 781print_usage (void)
779{ 782{
780 printf (_("Usage:")); 783 printf (_("Usage:"));
781 printf ("%s -H host [-p port] [-e expect] [-C command] [-f from addr]\n\ 784 printf ("%s -H host [-p port] [-e expect] [-C command] [-f from addr]", progname);
782 [-A authtype -U authuser -P authpass]\n\ 785 printf ("[-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout]\n");
783 [-w warn] [-c crit] [-t timeout] [-S] [-D days] [-n] [-v] [-4|-6]\n", progname); 786 printf ("[-S] [-D days] [-n] [-v] [-4|-6]\n");
784} 787}
785 788