From: Alberto Di Meglio Date: Wed, 30 Mar 2005 09:55:48 +0000 (+0000) Subject: Updated usage method X-Git-Tag: glite-deployment-lb_R_1_2_2~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d629e8cc78eecfc403110e515710305c6cf0f5ae;p=jra1mw.git Updated usage method --- diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index a3f452d..b2e0196 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -97,6 +97,9 @@ python %s-config [OPTION...]""" % (self.name, os.environ['GLITE_LOCATION'], \ print ' -c, --checkconf print the service configuration' print ' -v, --version print the version of the configuration script' print ' -h, --help print this usage information' + print ' --start start the service' + print ' --stop stop the service' + print ' --status check service status' print '\n' #-------------------------------------------------------------------------------