diff options
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 4632bdc0..1e1aa39c 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -609,7 +609,8 @@ print_help (void) | |||
609 | print_revision (PROGNAME, "$Revision$"); | 609 | print_revision (PROGNAME, "$Revision$"); |
610 | printf | 610 | printf |
611 | ("Copyright (c) 2000 Tom Shields/Karl DeBisschop\n\n" | 611 | ("Copyright (c) 2000 Tom Shields/Karl DeBisschop\n\n" |
612 | "This plugin tests the UPS service on the specified host.\n\n"); | 612 | "This plugin tests the UPS service on the specified host.\n" |
613 | "Newtork UPS Tools for www.exploits.org must be running for this plugin to work.\n\n"); | ||
613 | print_usage (); | 614 | print_usage (); |
614 | printf | 615 | printf |
615 | ("\nOptions:\n" | 616 | ("\nOptions:\n" |