Updated usage method
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Wed, 30 Mar 2005 09:55:48 +0000 (09:55 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Wed, 30 Mar 2005 09:55:48 +0000 (09:55 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py

index a3f452d..b2e0196 100644 (file)
@@ -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'
 
     #-------------------------------------------------------------------------------