summaryrefslogtreecommitdiffstats
path: root/plugins/check_dig.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_dig.c')
-rw-r--r--plugins/check_dig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_dig.c b/plugins/check_dig.c
index 41c445c..92a5eda 100644
--- a/plugins/check_dig.c
+++ b/plugins/check_dig.c
@@ -321,8 +321,8 @@ print_help (void)
321 321
322 print_revision (progname, revision); 322 print_revision (progname, revision);
323 323
324 printf (_("Copyright (c) 2000 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n")); 324 printf ("Copyright (c) 2000 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n");
325 printf (_(COPYRIGHT), copyright, email); 325 printf (COPYRIGHT, copyright, email);
326 326
327 printf (_("Test the DNS service on the specified host using dig\n\n")); 327 printf (_("Test the DNS service on the specified host using dig\n\n"));
328 328