From 704aa165c131bbcce3f347b3c3f3c04aebf7fbe3 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Wed, 14 Jun 2006 18:48:59 +0000 Subject: starting the BIG locale update ;-) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1425 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_dig.c | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'plugins/check_dig.c') diff --git a/plugins/check_dig.c b/plugins/check_dig.c index c9fce613..e2a66067 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c @@ -302,36 +302,15 @@ print_help (void) printf (_(UT_HOST_PORT), 'P', myport); - printf ("-l, --lookup=STRING"); - - printf ("\n"); - - printf (_("machine name to lookup")); - - printf ("\n"); - - printf ("-T, --record_type=STRING"); - - printf ("\n"); - - printf (_("record type to lookup (default: A)")); - - printf ("\n"); - - printf ("-a, --expected_address=STRING"); - - printf ("\n"); - - printf (_("an address expected to be in the answer section.if not set, uses whatever was in -l")); - - printf ("\n"); - + printf (" %s\n","-l, --lookup=STRING"); + printf (" %s\n",_("machine name to lookup")); + printf (" %s\n","-T, --record_type=STRING"); + printf (" %s\n",_("record type to lookup (default: A)")); + printf (" %s\n","-a, --expected_address=STRING"); + printf (" %s\n",_("an address expected to be in the answer section.if not set, uses whatever was in -l")); printf (_(UT_WARN_CRIT)); - printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); - printf (_(UT_VERBOSE)); - printf (_(UT_SUPPORT)); } @@ -342,6 +321,6 @@ print_usage (void) { printf (_("Usage:")); printf ("%s -H host -l lookup [-p ] [-T ]", progname); - printf (" [-w ] [-c ] [-t ]"); - printf (" [-a ] [-v]\n"); + printf (" [-w ] [-c ] [-t ]"); + printf (" [-a ] [-v]\n"); } -- cgit v1.2.3