From d82e8050e6203e75b4e9bfa6021146d3d038563a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20Sch=C3=B6nberger?= Date: Mon, 20 Oct 2014 13:13:54 +0200 Subject: [PATCH] Fix newlines in help text --- check_lsi_raid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/check_lsi_raid b/check_lsi_raid index 5e08ff0..29598aa 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -154,10 +154,10 @@ user to your sudoers file (or create a new one in /etc/sudoers.d/).\n"; Please send an email to the tk-monitoring plugin-user mailing list: tk-monitoring-plugins-user\@lists.thomas-krenn.com if you have questions regarding use of this software, to submit patches, or -suggest improvements.\n -Example usage:\n -* check_lsi_raid -p /opt/MegaRAID/storcli/storcli64\n -* check_lsi_raid -p /opt/MegaRAID/storcli/storcli64\n -C 1"; +suggest improvements. +Example usage: +* check_lsi_raid -p /opt/MegaRAID/storcli/storcli64 +* check_lsi_raid -p /opt/MegaRAID/storcli/storcli64 -C 1\n"; exit(STATE_OK); }