Author: rjollos
Date: Thu Feb 27 01:15:23 2014
New Revision: 1572373

URL: http://svn.apache.org/r1572373
Log:
0.8dev: Fix for help commands at product scope not being output. Refs #757.

Patch by Olemis Lang.

Modified:
    bloodhound/trunk/bloodhound_multiproduct/multiproduct/product_admin.py

Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/product_admin.py
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_multiproduct/multiproduct/product_admin.py?rev=1572373&r1=1572372&r2=1572373&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_multiproduct/multiproduct/product_admin.py 
(original)
+++ bloodhound/trunk/bloodhound_multiproduct/multiproduct/product_admin.py Thu 
Feb 27 01:15:23 2014
@@ -301,7 +301,7 @@ class ProductAdminModule(Component):
             mgr = self.product_admincmd_mgr(args[0])
             return mgr.complete_command(args[1:])
 
-    GLOBAL_COMMANDS = ('deploy', 'help', 'hotcopy', 'initenv', 'upgrade')
+    GLOBAL_COMMANDS = ('deploy', 'hotcopy', 'initenv', 'upgrade')
 
     def _do_product_admin(self, prefix, *args):
         mgr = self.product_admincmd_mgr(prefix)


Reply via email to