Add nosudo option to help text

This commit is contained in:
Georg Schönberger
2015-05-20 14:45:34 +02:00
parent 2b1d407a16
commit 14912d990a

View File

@@ -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