From d629e8cc78eecfc403110e515710305c6cf0f5ae Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Wed, 30 Mar 2005 09:55:48 +0000 Subject: [PATCH] Updated usage method --- org.glite.deployment.lb/config/scripts/glite-lb-config.py | 3 +++ 1 file changed, 3 insertions(+) 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' #------------------------------------------------------------------------------- -- 1.8.2.3