From d8ecf6bfc264717c611a983fe8ccb0488669791a Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Thu, 19 Oct 2006 23:53:28 +0000 Subject: another round of localization cleaning git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1509 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_smtp.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'plugins/check_smtp.c') 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"); } -- cgit v1.2.3