didn't see that I had modified this file for something else.
backed out the one line change. svn: r18169
This commit is contained in:
		@@ -500,7 +500,6 @@ class CommandLineReport(object):
 | 
				
			|||||||
            print "   Available options:"
 | 
					            print "   Available options:"
 | 
				
			||||||
            for key in sorted(self.options_dict.keys()):
 | 
					            for key in sorted(self.options_dict.keys()):
 | 
				
			||||||
                if key in self.options_help:
 | 
					                if key in self.options_help:
 | 
				
			||||||
                    if key is None: continue
 | 
					 | 
				
			||||||
                    opt = self.options_help[key]
 | 
					                    opt = self.options_help[key]
 | 
				
			||||||
                # Make the output nicer to read, assume that tab has 8 spaces
 | 
					                # Make the output nicer to read, assume that tab has 8 spaces
 | 
				
			||||||
                    tabs = '\t\t' if len(key) < 10 else '\t'
 | 
					                    tabs = '\t\t' if len(key) < 10 else '\t'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user