From 14912d990ab7f57a44501ea5bbff8a96a9116a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20Sch=C3=B6nberger?= Date: Wed, 20 May 2015 14:45:34 +0200 Subject: [PATCH] Add nosudo option to help text --- check_lsi_raid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/check_lsi_raid b/check_lsi_raid index 34ea4a6..3af1a45 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -134,7 +134,9 @@ sub displayUsage { print " [ --noenclosures <0/1> ] Specifies if enclosures are present or not. 0 means enclosures are present (default), 1 states no enclosures are used (no 'eall' in - storcli commands).\n" + storcli commands).\n"; + print " [--nosudo] + Turn off using sudo.\n"; } # Displays a short Help text for the user