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_ide_smart.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_ide_smart.c')
-rw-r--r-- | plugins/check_ide_smart.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index c6ea284..937f84c 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c | |||
@@ -484,13 +484,13 @@ print_help (void) | |||
484 | printf (COPYRIGHT, copyright, email); | 484 | printf (COPYRIGHT, copyright, email); |
485 | 485 | ||
486 | printf (_("This plugin checks a local hard drive with the (Linux specific) SMART interface [http://smartlinux.sourceforge.net/smart/index.php].")); | 486 | printf (_("This plugin checks a local hard drive with the (Linux specific) SMART interface [http://smartlinux.sourceforge.net/smart/index.php].")); |
487 | 487 | ||
488 | printf ("\n\n"); | 488 | printf ("\n\n"); |
489 | 489 | ||
490 | print_usage (); | 490 | print_usage (); |
491 | 491 | ||
492 | printf (_(UT_HELP_VRSN)); | 492 | printf (_(UT_HELP_VRSN)); |
493 | 493 | ||
494 | printf (" %s\n", "-d, --device=DEVICE"); | 494 | printf (" %s\n", "-d, --device=DEVICE"); |
495 | printf (" %s\n", _("Select device DEVICE")); | 495 | printf (" %s\n", _("Select device DEVICE")); |
496 | printf (" %s\n", _("Note: if the device is selected with this option, _no_ other options are accepted")); | 496 | printf (" %s\n", _("Note: if the device is selected with this option, _no_ other options are accepted")); |
@@ -503,7 +503,7 @@ print_help (void) | |||
503 | printf (" %s\n", "-0, --auto-off"); | 503 | printf (" %s\n", "-0, --auto-off"); |
504 | printf (" %s\n", _("Turn off automatic offline tests")); | 504 | printf (" %s\n", _("Turn off automatic offline tests")); |
505 | printf (" %s\n", "-n, --nagios"); | 505 | printf (" %s\n", "-n, --nagios"); |
506 | printf (" %s\n\n", _("Output suitable for Nagios")); | 506 | printf (" %s\n", _("Output suitable for Nagios")); |
507 | printf (_(UT_SUPPORT)); | 507 | printf (_(UT_SUPPORT)); |
508 | } | 508 | } |
509 | 509 | ||