Skip to content

Commit

Permalink
updated shell scripts' help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 26, 2024
1 parent 6730f89 commit a0c6825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions full-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ while [ "$1" != "" ]; do
VALUE=`echo $1 | awk -F= '{print $2}'`
case $PARAM in
-h | --help)
echo "Perform Maven build for xtext-xtend"
echo "Perform Maven/Tycho build for Xtext"
echo ""
echo "./1-maven-build.sh"
echo "./full-build.sh"
echo -e "\t-h --help"
echo -e "\t--no-tests Skip test execution"
echo -e "\t--local-repository=<PATH> Use local Maven repository"
Expand Down
4 changes: 2 additions & 2 deletions full-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ while [ "$1" != "" ]; do
VALUE=`echo $1 | awk -F= '{print $2}'`
case $PARAM in
-h | --help)
echo "Perform Maven build for xtext-xtend"
echo "Perform Maven and p2 deployment for Xtext"
echo ""
echo "./1-maven-build.sh"
echo "./full-deploy.sh"
echo -e "\t-h --help"
echo -e "\t--no-tests Skip test execution"
echo -e "\t--local-repository=<PATH> Use local Maven repository"
Expand Down

0 comments on commit a0c6825

Please sign in to comment.