]> granicus.if.org Git - icinga2/commitdiff
Fix help text for icinga2-{en,dis}able-feature.
authorMichael Friedrich <michael.friedrich@gmail.com>
Thu, 29 May 2014 13:24:13 +0000 (15:24 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Thu, 29 May 2014 13:24:13 +0000 (15:24 +0200)
Refs #6315

tools/icinga2-enable-feature.cmake

index 02f86f24a81e8e465137e75593b46e97d25d3ff0..753ae3c6b192c37fa88ad1e2e8f4244e0ea5efc1 100644 (file)
@@ -10,12 +10,12 @@ fi
 
 if [ -z "$1" ]; then
        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
-               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