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:
parent
f98d823031
commit
dafa868009
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue