diff options
Diffstat (limited to 'plugins/check_nagios.c')
-rw-r--r-- | plugins/check_nagios.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_nagios.c b/plugins/check_nagios.c index b3088a1..1f8df33 100644 --- a/plugins/check_nagios.c +++ b/plugins/check_nagios.c | |||
@@ -285,7 +285,7 @@ print_help (void) | |||
285 | printf ("%s\n", _("It also checks the process table for a process matching the command argument.")); | 285 | printf ("%s\n", _("It also checks the process table for a process matching the command argument.")); |
286 | 286 | ||
287 | printf ("\n\n"); | 287 | printf ("\n\n"); |
288 | 288 | ||
289 | print_usage (); | 289 | print_usage (); |
290 | 290 | ||
291 | printf (_(UT_HELP_VRSN)); | 291 | printf (_(UT_HELP_VRSN)); |
@@ -300,6 +300,7 @@ print_help (void) | |||
300 | printf ("\n"); | 300 | printf ("\n"); |
301 | printf ("%s\n", _("Examples:")); | 301 | printf ("%s\n", _("Examples:")); |
302 | printf (" %s\n", "check_nagios -e 5 -F /usr/local/nagios/var/status.log -C /usr/local/nagios/bin/nagios"); | 302 | printf (" %s\n", "check_nagios -e 5 -F /usr/local/nagios/var/status.log -C /usr/local/nagios/bin/nagios"); |
303 | |||
303 | printf (_(UT_SUPPORT)); | 304 | printf (_(UT_SUPPORT)); |
304 | } | 305 | } |
305 | 306 | ||