diff options
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r-- | plugins/check_ide_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 234f23b7..e30d89cc 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -522,7 +522,7 @@ print_help (void) printf (" %s\n", "-0, --auto-off"); printf (" %s\n", _("Turn off automatic offline tests")); printf (" %s\n", "-n, --nagios"); - printf (" %s\n", _("Output suitable for Nagios\n")); + printf (" %s\n\n", _("Output suitable for Nagios")); printf (_(UT_SUPPORT)); } |