diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2006-10-19 23:53:28 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2006-10-19 23:53:28 (GMT) |
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 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 | |||
778 | print_usage (void) | 781 | print_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 | ||