From 00a9143cd843109e5927c3e21f47b2d13148afc7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Tue, 25 Oct 2016 17:17:53 +0200
Subject: [PATCH] Changed help text.

---
 launcher.sh | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/launcher.sh b/launcher.sh
index 68300d99..8352a560 100755
--- a/launcher.sh
+++ b/launcher.sh
@@ -4,15 +4,13 @@ set -e
 
 # This script installs a MS/worker/campus-manager/cache/MV through envsetup on a machine
 
-# Prérequis
-# 1/ create DNS entries
+# Prerequisites
+# 1. create DNS entries
 #	alpha-auto.ubicast.net
 #	cm-alpha-auto.ubicast.net
 #	monitor-alpha-auto.ubicast.net
-# 2/ create machine in panel
-# 3/ envsetup-launcher.sh 
-# If you need any help filling the parameters, see
-# https://git.ubicast.net/jallary/envsetup-launcher
+# 2. create machine in panel
+# 3. envsetup-launcher.sh
 
 # log
 LOGFILE=/root/$(date +%F)_envsetup.log
-- 
GitLab