From 9f614b8363d7f4ff6ac216914e86759809ddc876 Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Wed, 4 Oct 2017 18:54:28 +0300 Subject: docs and installer updates Change-Id: I357626cc8b78aa374043b0a608bcb9695568e480 Signed-off-by: Koren Lev --- app/install/calipso-installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/install/calipso-installer.py b/app/install/calipso-installer.py index be7b772..84b10da 100644 --- a/app/install/calipso-installer.py +++ b/app/install/calipso-installer.py @@ -342,7 +342,7 @@ parser.add_argument("--uchiwaport", default="3000", required=False) parser.add_argument("--rabbitmport", - help="Port for the Calipso Sensu RabbitMQ Managment " + help="Port for the Calipso Sensu RabbitMQ Management " "(default=15672)", type=int, default="15672", @@ -354,7 +354,7 @@ parser.add_argument("--sensuport", default="4567", required=False) parser.add_argument("--rabbitport", - help="Port for the Calipso Sensu RabbitMQ " + help="Port for the Calipso Sensu RabbitMQ BUS" "(default=5671)", type=int, default="5671", -- cgit 1.2.3-korg