From 6a77a504e68b44135297e6afabd77378534482ac Mon Sep 17 00:00:00 2001 From: Aytac Ozkan Date: Fri, 28 Aug 2020 13:28:41 +0200 Subject: [PATCH] ** --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 009f71e..9a7f5d9 100755 --- a/build.sh +++ b/build.sh @@ -18,11 +18,11 @@ Usage(){ echo "Args:" echo "-k : mandatory. id_rsa keyfile should exits in ~/.ssh/ user directory " echo "-e {dev|prod}: mandatory. Switching environment. If deployment is choosen, you must precise -d argument" - echo "-d domain_name: mandatory in production deploiement. Precise the base URL which will be use to contact application." + echo "-d domain_name: mandatory in production deployment. Precise the base URL which will be use to contact application." echo " domain_name should appear as ///" echo " Example: w3.avignon.inra.fr/bas_insylva/portal/" - echo "-ip : mandatory in production deploiement. Precise the ip address of the server (used for direct access to search application in production mode)" - echo "-p : mandatory in production deploiement. Precise the port number of the server (used for direct access to login application in production mode)" + echo "-ip : mandatory in production deployment. Precise the ip address of the server (used for direct access to search application in production mode)" + echo "-p : mandatory in production deployment. Precise the port number of the server (used for direct access to login application in production mode)" echo "##############################################" exit }