summaryrefslogtreecommitdiffstats
path: root/web/attachments/271136-check_dig-help-info-fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/271136-check_dig-help-info-fix.diff')
-rw-r--r--web/attachments/271136-check_dig-help-info-fix.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/attachments/271136-check_dig-help-info-fix.diff b/web/attachments/271136-check_dig-help-info-fix.diff
new file mode 100644
index 0000000..b646d76
--- /dev/null
+++ b/web/attachments/271136-check_dig-help-info-fix.diff
@@ -0,0 +1,11 @@
1--- nagios-plugins-trunk-200803200100/plugins/check_dig.c.orig 2008-03-20 07:34:20.000000000 +0200
2+++ nagios-plugins-trunk-200803200100/plugins/check_dig.c 2008-03-20 07:35:23.000000000 +0200
3@@ -319,7 +319,7 @@
4
5 printf (_(UT_HOST_PORT), 'p', myport);
6
7- printf (" %s\n","-l, --lookup=STRING");
8+ printf (" %s\n","-l, --query_address=STRING");
9 printf (" %s\n",_("machine name to lookup"));
10 printf (" %s\n","-T, --record_type=STRING");
11 printf (" %s\n",_("record type to lookup (default: A)"));