desciption fixes

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@82810 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Andrea Manzi 2013-10-09 12:52:10 +00:00
parent f98d823031
commit dafa868009
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
function showhelp {
echo -e "\nusage: clean-app-state -a <app-name> [-g] <ghn_home> [-h] \n"
echo -e "\nusage: clean-app-state -a <app-name> [-g <ghn_home>] [-h] \n"
echo " a = the application name whose state has to be cleaned"
echo " g = the gHN directory."
echo -e " h = shows this help.\n"

View File

@ -1,7 +1,6 @@
function showhelp {
echo -e "\nusage: clean-container-state [-g] <ghn_home> [-h] \n"
echo " a = the application name whose state has to be cleaned"
echo " g = the gHN directory."
echo -e "\nusage: clean-container-state [-g <ghn_home>] [-h] \n"
echo " ghn_home = the gHN directory."
echo -e " h = shows this help.\n"
}