diff options
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 c6ea2843..937f84c5 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 | ||