From dafa868009cc6db83caee792e5cb68744aece9a4 Mon Sep 17 00:00:00 2001 From: Andrea Manzi Date: Wed, 9 Oct 2013 12:52:10 +0000 Subject: [PATCH] desciption fixes git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@82810 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/contents/scripts/clean-app-state | 2 +- distro/contents/scripts/clean-container-state | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/distro/contents/scripts/clean-app-state b/distro/contents/scripts/clean-app-state index f61ddfd..25f29c1 100644 --- a/distro/contents/scripts/clean-app-state +++ b/distro/contents/scripts/clean-app-state @@ -1,5 +1,5 @@ function showhelp { - echo -e "\nusage: clean-app-state -a [-g] [-h] \n" + echo -e "\nusage: clean-app-state -a [-g ] [-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" diff --git a/distro/contents/scripts/clean-container-state b/distro/contents/scripts/clean-container-state index 80737bc..3622f02 100644 --- a/distro/contents/scripts/clean-container-state +++ b/distro/contents/scripts/clean-container-state @@ -1,7 +1,6 @@ function showhelp { - echo -e "\nusage: clean-container-state [-g] [-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 ] [-h] \n" + echo " ghn_home = the gHN directory." echo -e " h = shows this help.\n" }