diff options
Diffstat (limited to 'nagios-check-raid-3ware')
-rwxr-xr-x | nagios-check-raid-3ware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios-check-raid-3ware b/nagios-check-raid-3ware index 8f87e4e..42dfd43 100755 --- a/nagios-check-raid-3ware +++ b/nagios-check-raid-3ware @@ -42,7 +42,7 @@ if (!GetOptions ( }; if ($params->{'help'}) { print "$PROGRAM_NAME: Usage: $PROGRAM_NAME [--help|--version] [--verbose] [--no-sudo] [--controller=<n>] [--unit=<n>]\n"; - print "Reports processes that are linked against libraries that no longer exist.\n"; + print "Checks status of 3ware raid arrays.\n"; exit (0); }; if ($params->{'version'}) { |