From fa002886e390f5cc603021e422be3c319a1040ea Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Fri, 3 Dec 2004 11:45:10 +0000 Subject: internationalization fixes and help fixes git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_dns.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/check_dns.c') diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 6dfb09f2..579c51a8 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c @@ -425,8 +425,8 @@ specified in /etc/resolv.conf will be used.\n")); void print_usage (void) { - printf (_("\ -Usage: %s -H host [-s server] [-a expected-address] [-A] [-t timeout]\n\ - %s --help\n\ - %s --version\n"), progname, progname, progname); + printf ("\ +Usage: %s -H host [-s server] [-a expected-address] [-A] [-t timeout]\n", progname); + + printf (UT_HLP_VRS, progname, progname); } -- cgit v1.2.3-74-g34f1