From: jean-pierre roux Date: Mon, 20 Dec 2010 14:25:58 +0000 (+0000) Subject: Fix comments X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~74 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f6230cdfdab3ebfa8badfc782b5cf63a61605d58;p=creaToolsTools.git Fix comments --- diff --git a/Install/scripts/make.sh b/Install/scripts/make.sh index 586ccad..6e69875 100644 --- a/Install/scripts/make.sh +++ b/Install/scripts/make.sh @@ -3,11 +3,11 @@ if [ $# = 0 ] then echo "Use it as :" -echo "sh All.sh " +echo "sh make.sh " echo "with 'installPrefix' : /usr/local or /creatools_install" echo "with 'GDCM Version' : GDCM1 / GDCM2" echo " " -echo "ex : sh All.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug GDCM2" +echo "ex : sh make.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug GDCM2" exit 0 fi @@ -24,10 +24,10 @@ echo "----------" if [ $# != 6 ] then -echo "sh All.sh " +echo "sh make.sh " echo "with 'installPrefix' : /usr/local or /creatools_install" echo " " -echo "ex : sh All.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug GDCM2" +echo "ex : sh make.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug GDCM2" exit 0 fi