summaryrefslogtreecommitdiffstats
path: root/web/attachments/271136-check_dig-help-info-fix.diff
blob: b646d76af7b5fbb5abe3c3bc1554e680c6784768 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- nagios-plugins-trunk-200803200100/plugins/check_dig.c.orig	2008-03-20 07:34:20.000000000 +0200
+++ nagios-plugins-trunk-200803200100/plugins/check_dig.c	2008-03-20 07:35:23.000000000 +0200
@@ -319,7 +319,7 @@
 
   printf (_(UT_HOST_PORT), 'p', myport);
 
-  printf (" %s\n","-l, --lookup=STRING");
+  printf (" %s\n","-l, --query_address=STRING");
   printf ("    %s\n",_("machine name to lookup"));
   printf (" %s\n","-T, --record_type=STRING");
   printf ("    %s\n",_("record type to lookup (default: A)"));