summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a4bab0b)
raw | patch | inline | side by side (parent: a4bab0b)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Sat, 8 May 2010 21:41:14 +0000 (17:41 -0400) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Sat, 8 May 2010 21:41:14 +0000 (17:41 -0400) |
plugins/check_smtp.c | patch | blob | history |
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index b7028e6cccc77ed0e2d94807ffacb23c4c244179..3da724babdc32dc6313eed310db233a34213281b 100644 (file)
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
printf (" %s\n", _("Expected response to command (may be used repeatedly)"));
printf (" %s\n", "-f, --from=STRING");
printf (" %s\n", _("FROM-address to include in MAIL command, required by Exchange 2000")),
+ printf (" %s\n", "-F, --fqdn=STRING");
+ printf (" %s\n", _("FQDN used for HELO"));
#ifdef HAVE_SSL
printf (" %s\n", "-D, --certificate=INTEGER");
printf (" %s\n", _("Minimum number of days a certificate has to be valid."));
print_usage (void)
{
printf ("%s\n", _("Usage:"));
- printf ("%s -H host [-p port] [-e expect] [-C command] [-f from addr]", 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] [-v] [-4|-6]\n");
+ printf ("[-F fqdn] [-S] [-D days] [-v] [-4|-6]\n");
}