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:
parent
dd92bf6e1a
commit
530d6216b6
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user