diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-27 14:35:26 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-27 14:35:26 (GMT) |
commit | ed62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch) | |
tree | f479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_nagios.c | |
parent | 140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff) | |
download | monitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz |
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
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 | ||