111
133
option_str = "\nOptions:\n"
112
134
for option_name, option in sorted(options.items()):
113
135
for name, short_name, argname, help in option.iter_switches():
120
143
l += (30 - len(l)) * ' ' + (help or '')
121
144
wrapped = textwrap.fill(l, initial_indent='',