From 5b1a664adc703299d10af778802e8ecd12e0cf76 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 18 Apr 2017 10:10:31 +0200 Subject: [PATCH] Fix typo in usage of install-openmano.sh Change-Id: I7f6566f6b73254102d7a3bd79716c7b3d4d8dcc3 Signed-off-by: garciadeblas --- scripts/install-openmano.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 36f59d46..a1981480 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -39,7 +39,7 @@ function usage(){ echo -e " --force: makes idenpotent, delete previous installations folders if needed" echo -e " --noclone: assumes that openmano was cloned previously and that this script is run from the local repo" echo -e " --no-install-packages: use this option to skip updating and installing the requires packages. This avoid wasting time if you are sure requires packages are present e.g. because of a previous installation" - echo -e " --no-db: do not insall mysql server" + echo -e " --no-db: do not install mysql server" } function install_packages(){ -- 2.17.1