bug-fix: fix command option for installing monitor
[bottlenecks.git] / monitor / monitoring.sh
index 26b63fc..54146d8 100644 (file)
@@ -52,7 +52,7 @@ while [[ $# > 0 ]]
             INSTALLER_TYPE="$2"
             shift
         ;;
-        -i|--openstack-env)
+        -o|--openstack-env)
             OPENSTACK_ENV="$2"
             shift
         ;;