diff options
Diffstat (limited to 'plugins/check_dig.c')
-rw-r--r-- | plugins/check_dig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dig.c b/plugins/check_dig.c index 211c16c0..32bf2c48 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c @@ -318,7 +318,7 @@ print_help (void) printf ("Copyright (c) 2000 Karl DeBisschop <kdebisschop@users.sourceforge.net>\n"); printf (COPYRIGHT, copyright, email); - printf (_("Test the DNS service on the specified host using dig\n\n")); + printf (_("Test the DNS service on the specified host using dig\n")); print_usage (); |