mirror of https://github.com/Icinga/icinga2.git
parent
63c7512fd9
commit
020b4a3615
|
@ -10,12 +10,12 @@ fi
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo "Syntax: $0 <features separated with whitespaces>"
|
echo "Syntax: $0 <features separated with whitespaces>"
|
||||||
echo " Example: $0 checker ido-mysql livestatus"
|
echo " Example: $0 checker notification mainlog"
|
||||||
|
|
||||||
if [ "$TOOL" = "icinga2-enable-feature" ]; then
|
if [ "$TOOL" = "icinga2-enable-feature" ]; then
|
||||||
echo "Enables the specified feature."
|
echo "Enables the specified feature(s)."
|
||||||
else
|
else
|
||||||
echo "Disables the specified feature."
|
echo "Disables the specified feature(s)."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue