diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2006-10-19 23:53:28 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2006-10-19 23:53:28 +0000 |
commit | d8ecf6bfc264717c611a983fe8ccb0488669791a (patch) | |
tree | c1f9842859604cbabf72efa3f9adc22f82ad293e /plugins/check_smtp.c | |
parent | cace0753b9a1801be97cbbf0320ea136543c3ec9 (diff) | |
download | monitoring-plugins-d8ecf6bfc264717c611a983fe8ccb0488669791a.tar.gz |
another round of localization cleaning
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1509 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r-- | plugins/check_smtp.c | 9 |
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"); } |