summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 16:56:27 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 16:56:27 (GMT)
commit2ad398d2e04717ce3a6a8fb869e855c42581a30a (patch)
treea9230435f6a718f6b52e0c909846557bf19ce6b5 /plugins/check_smtp.c
parentfa002886e390f5cc603021e422be3c319a1040ea (diff)
downloadmonitoring-plugins-2ad398d2e04717ce3a6a8fb869e855c42581a30a.tar.gz
fixes for internationalization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@990 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index c0ddc70..748edfc 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -469,5 +469,5 @@ print_usage (void)
469 printf ("\ 469 printf ("\
470Usage: %s -H host [-p port] [-e expect] [-C command] [-f from addr]\n\ 470Usage: %s -H host [-p port] [-e expect] [-C command] [-f from addr]\n\
471 [-w warn] [-c crit] [-t timeout] [-n] [-v] [-4|-6]\n", progname); 471 [-w warn] [-c crit] [-t timeout] [-n] [-v] [-4|-6]\n", progname);
472 printf (_(UT_HLP_VRS), progname, progname); 472 printf (UT_HLP_VRS, progname, progname);
473} 473}