From: Michael Friedrich Date: Thu, 29 May 2014 13:24:13 +0000 (+0200) Subject: Fix help text for icinga2-{en,dis}able-feature. X-Git-Tag: v2.0.0-beta2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=020b4a361525faa17e2b3d28e24ed7e041f0e364;p=icinga2 Fix help text for icinga2-{en,dis}able-feature. Refs #6315 --- diff --git a/tools/icinga2-enable-feature.cmake b/tools/icinga2-enable-feature.cmake index 02f86f24a..753ae3c6b 100644 --- a/tools/icinga2-enable-feature.cmake +++ b/tools/icinga2-enable-feature.cmake @@ -10,12 +10,12 @@ fi if [ -z "$1" ]; then echo "Syntax: $0 " - echo " Example: $0 checker ido-mysql livestatus" + echo " Example: $0 checker notification mainlog" if [ "$TOOL" = "icinga2-enable-feature" ]; then - echo "Enables the specified feature." + echo "Enables the specified feature(s)." else - echo "Disables the specified feature." + echo "Disables the specified feature(s)." fi echo